| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| ReaderSource |
|
| 0.0;0 |
| 1 | // BSD License (http://www.galagosearch.org/license) | |
| 2 | ||
| 3 | ||
| 4 | package org.galagosearch.tupleflow; | |
| 5 | ||
| 6 | /** | |
| 7 | * | |
| 8 | * @author trevor | |
| 9 | */ | |
| 10 | public interface ReaderSource<T> extends TypeReader<T>, ExNihiloSource<T> { | |
| 11 | } |