| Class | Description |
|---|---|
| AndFilter |
Both the left and right operators of AndExpression must satisfy the condition.
|
| Eq<T extends Comparable<T>> |
Equals.
|
| Gt<T extends Comparable<T>> |
Greater than filter.
|
| GtEq<T extends Comparable<T>> |
Greater than or Equals filter.
|
| In<T extends Comparable<T>> |
in clause.
|
| Like<T extends Comparable<T>> |
Like.
|
| Lt<T extends Comparable<T>> |
less than.
|
| LtEq<T extends Comparable<T>> |
Less than or Equals.
|
| NotEq<T extends Comparable<T>> |
NotFilter Equals.
|
| NotFilter |
NotFilter necessary.
|
| OrFilter |
Either of the left and right operators of AndExpression must satisfy the condition.
|
| Regexp<T extends Comparable<T>> |
Regexp.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.