Interface GtOperator<T extends Comparable<T>>

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

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