Package cz.o2.proxima.direct.core.view
Interface CachedView.Factory
-
- All Superinterfaces:
AttributeWriterBase.Factory<CachedView>
,OnlineAttributeWriter.Factory<CachedView>
,RandomAccessReader.Factory<CachedView>
,java.io.Serializable
,UnaryFunction<Repository,CachedView>
- Enclosing interface:
- CachedView
- 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 CachedView.Factory extends OnlineAttributeWriter.Factory<CachedView>, RandomAccessReader.Factory<CachedView>
Serializable
factory forCachedView
.
-
-
Method Summary
-
Methods inherited from interface cz.o2.proxima.core.functional.UnaryFunction
apply
-
-