Interface RandomAccessReader.Factory<T extends RandomAccessReader>
-
- All Superinterfaces:
java.io.Serializable
,UnaryFunction<Repository,T>
- All Known Subinterfaces:
CachedView.Factory
- Enclosing interface:
- RandomAccessReader
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface RandomAccessReader.Factory<T extends RandomAccessReader> extends UnaryFunction<Repository,T>
Serializable
factory forRandomAccessReader
.
-
-
Method Summary
-
Methods inherited from interface cz.o2.proxima.core.functional.UnaryFunction
apply
-
-