Package | Description |
---|---|
com.edorasware.api.query.internal |
Modifier and Type | Method and Description |
---|---|
CompositePredicate.Operator |
CompositePredicate.getOperator()
The logical operator which defines the type of concatenation.
|
static CompositePredicate.Operator |
CompositePredicate.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompositePredicate.Operator[] |
CompositePredicate.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CompositePredicate(CompositePredicate.Operator operator,
Collection<? extends Predicate> predicates)
Creates a predicate instance which concatenates the given predicates with the specified operator.
|
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.