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