Package | Description |
---|---|
org.seedstack.business.specification.dsl |
Provides a fluent DSL that facilitates the creation of complex composite specifications.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OperatorPicker<T,S extends BaseSelector>
An element of the
SpecificationBuilder DSL to compose the current specification with
another one. |
interface |
StringOptionPicker<T,S extends BaseSelector>
An element of the
SpecificationBuilder DSL to pick the options for a String -specific specification. |
Modifier and Type | Method and Description |
---|---|
TerminalOperation<T> |
BaseSelector.all()
Define a specification satisfied by any candidate.
|
TerminalOperation<T> |
BaseSelector.none()
Define a specification NOT satisfied by any candidate.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.