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