| Interface | Description |
|---|---|
| Predicate<C> |
Predicates to filter entries in a data source.
|
| Class | Description |
|---|---|
| AbstractPredicate<C> |
Common base for predicates.
|
| AlwaysTruePredicate<C> |
Predicate that always evaluates to true.
|
| AndPredicate<C> |
Predicate combining two predicates as a boolean
AND. |
| ComparingPredicate<T,C> |
Predicate comparing a column with a given value.
|
| EqualsIgnoreCasePredicate<C> |
Predicate for a case-insensitive equals check.
|
| IsNotNullPredicate<C> |
Predicate matching if a column is not null.
|
| IsNullPredicate<C> |
Predicate matching if a column is null.
|
| OrPredicate<C> |
Predicate combining two predicates as a boolean
OR. |
| StandardPredicates |
Class with static methods to generate predicates.
|
| Enum | Description |
|---|---|
| ComparingPredicate.Type |
The comparison type.
|
Copyright © 2017–2024. All rights reserved.