Interface IValueDescriptorCreator
- All Superinterfaces:
Function<IValueDescriptorFactory, IValueDescriptor<?,?>>
- 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
extends Function<IValueDescriptorFactory, IValueDescriptor<?,?>>
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
-
Method Summary