T - the type of the scalars in the fieldpublic interface OrderedField<T> extends Field<T>
| Modifier and Type | Method and Description |
|---|---|
BinaryPredicate<T> |
lessOrEqualPredicate()
Has to retrieve the predicate which represents the less-or-equal condition.
|
multiplicationStructureadditionStructureBinaryPredicate<T> lessOrEqualPredicate()
true if the left argument is less than the right argument and
false otherwise.