| Package | Description |
|---|---|
| ch.jalu.datasourcecolumns.predicate |
| Modifier and Type | Class and Description |
|---|---|
class |
AlwaysTruePredicate<C>
Predicate that always evaluates to true.
|
class |
AndPredicate<C>
Predicate combining two predicates as a boolean
AND. |
class |
ComparingPredicate<T,C>
Predicate comparing a column with a given value.
|
class |
EqualsIgnoreCasePredicate<C>
Predicate for a case-insensitive equals check.
|
class |
IsNotNullPredicate<C>
Predicate matching if a column is not null.
|
class |
IsNullPredicate<C>
Predicate matching if a column is null.
|
class |
OrPredicate<C>
Predicate combining two predicates as a boolean
OR. |
Copyright © 2017–2024. All rights reserved.