Interface TerminalOperation<T>

  • Type Parameters:
    T - the type of the object the specification applies to.
    All Known Subinterfaces:
    OperatorPicker<T,​S>, StringOptionPicker<T,​S>

    public interface TerminalOperation<T>
    An element of the SpecificationBuilder DSL to build the final composite specification.
    • Method Detail

      • build

        Specification<T> build()
        Build the final composite specification as defined by previous DSL operations.
        Returns:
        the final composite specification.