Interface IValueDescriptorCreator<V>
-
- Type Parameters:
V
- Type of the Java object representing the value.
- All Superinterfaces:
Function<IValueDescriptorFactory,IValueDescriptor<V,? extends IValueBuilder<V>>>
- 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 interface IValueDescriptorCreator<V> extends Function<IValueDescriptorFactory,IValueDescriptor<V,? extends IValueBuilder<V>>>
A function that takes a value descriptor factory and returns a value descriptor created via the methods of the passed factory.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH