T
- the type of the object the specification applies to.S
- the type of the selector.public interface BaseSelector<T,S extends BaseSelector<T,S>>
SpecificationBuilder
DSL to select all or a part of the object a clause
will apply to.Modifier and Type | Method and Description |
---|---|
TerminalOperation<T> |
all()
Define a specification satisfied by any candidate.
|
TerminalOperation<T> |
none()
Define a specification NOT satisfied by any candidate.
|
SpecificationPicker<T,S> |
whole()
Selects the whole object to be the subject of a specification.
|
TerminalOperation<T> all()
TerminalOperation<T> none()
SpecificationPicker<T,S> whole()
Copyright © 2013-2018–2019 SeedStack. All rights reserved.