- Type Parameters:
W - type parameter
- All Superinterfaces:
- java.io.Serializable, UnaryFunction<Repository,W>
- All Known Subinterfaces:
- BulkAttributeWriter.Factory<T>, CachedView.Factory, OnlineAttributeWriter.Factory<T>
- Enclosing interface:
- AttributeWriterBase
- 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 AttributeWriterBase.Factory<W extends AttributeWriterBase>
extends UnaryFunction<Repository,W>
Base interface for factories in implementing classes.