Package cz.o2.proxima.direct.core.batch
Interface BatchLogReader.Factory<T extends BatchLogReader>
-
- All Superinterfaces:
java.io.Serializable
,UnaryFunction<Repository,T>
- Enclosing interface:
- BatchLogReader
- 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 BatchLogReader.Factory<T extends BatchLogReader> extends UnaryFunction<Repository,T>
Serializable
factory forBatchLogReader
.
-
-
Method Summary
-
Methods inherited from interface cz.o2.proxima.core.functional.UnaryFunction
apply
-
-