Package io.vertigo.core.node.definition
Interface DefinitionSupplier
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional Interface for providing Definitions.
- Author:
- mlaroche
-
Method Summary
Modifier and TypeMethodDescriptionget(DefinitionSpace definitionSpace) Provide a definition with a definitionSpace a in parameter for composite definitions
-
Method Details
-
get
Provide a definition with a definitionSpace a in parameter for composite definitions- Parameters:
definitionSpace- the actual definitionSpace- Returns:
- a new definition
-