T
- the type of the object the specification applies to.S
- the type of the selector.public interface OperatorPicker<T,S extends BaseSelector> extends TerminalOperation<T>
SpecificationBuilder
DSL to compose the current specification with
another one.Modifier and Type | Method and Description |
---|---|
S |
and()
Compose the current specification with a new one using a logical AND.
|
S |
or()
Compose the current specification with a new one using a logical OR.
|
build
S and()
S or()
Copyright © 2013-2018–2019 SeedStack. All rights reserved.