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 theSpecificationBuilderDSL to build the final composite specification.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Specification<T>build()Build the final composite specification as defined by previous DSL operations.
-
-
-
Method Detail
-
build
Specification<T> build()
Build the final composite specification as defined by previous DSL operations.- Returns:
- the final composite specification.
-
-