Interface LeOperator<T extends Comparable<T>>

All Superinterfaces:
AbstractComparableRelationOperator<T>, AbstractLogicalOperator, AbstractRelationOperator<T>, Expression, InfixOperator<Boolean>, Serializable
All Known Implementing Classes:
ImmutableLeOperator

@Immutable public interface LeOperator<T extends Comparable<T>> extends AbstractComparableRelationOperator<T>