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