T - the column's value typeC - the column's context typepublic class ComparingPredicate<T,C> extends AbstractPredicate<C>
| Modifier and Type | Class and Description |
|---|---|
static class |
ComparingPredicate.Type
The comparison type.
|
| Constructor and Description |
|---|
ComparingPredicate(Column<T,C> column,
T value,
ComparingPredicate.Type type) |
| Modifier and Type | Method and Description |
|---|---|
Column<?,C> |
getColumn() |
ComparingPredicate.Type |
getType() |
Object |
getValue() |
and, orpublic ComparingPredicate(Column<T,C> column, T value, ComparingPredicate.Type type)
public Object getValue()
public ComparingPredicate.Type getType()
Copyright © 2017–2024. All rights reserved.