Uses of Interface
org.seedstack.business.specification.dsl.TerminalOperation
-
Packages that use TerminalOperation Package Description org.seedstack.business.specification.dsl Provides a fluent DSL that facilitates the creation of complex composite specifications. -
-
Uses of TerminalOperation in org.seedstack.business.specification.dsl
Subinterfaces of TerminalOperation in org.seedstack.business.specification.dsl Modifier and Type Interface Description interfaceOperatorPicker<T,S extends BaseSelector>An element of theSpecificationBuilderDSL to compose the current specification with another one.interfaceStringOptionPicker<T,S extends BaseSelector>An element of theSpecificationBuilderDSL to pick the options for aString-specific specification.Methods in org.seedstack.business.specification.dsl that return TerminalOperation Modifier and Type Method Description TerminalOperation<T>BaseSelector. all()Define a specification satisfied by any candidate.TerminalOperation<T>BaseSelector. none()Define a specification NOT satisfied by any candidate.
-