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.

    @FunctionalInterface
    public interface DefinitionSupplier
    Functional Interface for providing Definitions.
    Author:
    mlaroche
    • Method Detail

      • get

        Definition get​(DefinitionSpace definitionSpace)
        Provide a definition with a definitionSpace a in parameter for composite definitions
        Parameters:
        definitionSpace - the actual definitionSpace
        Returns:
        a new definition