Interface AbstractComparableRelationOperator<T extends Comparable<T>>
- All Superinterfaces:
AbstractLogicalOperator,AbstractRelationOperator<T>,Expression,InfixOperator,Serializable
- All Known Subinterfaces:
GeOperator<T>,GtOperator<T>,LeOperator<T>,LtOperator<T>
- All Known Implementing Classes:
ImmutableGeOperator,ImmutableGtOperator,ImmutableLeOperator,ImmutableLtOperator
public interface AbstractComparableRelationOperator<T extends Comparable<T>>
extends AbstractRelationOperator<T>
-
Method Summary
Methods inherited from interface io.dialob.session.engine.program.expr.arith.AbstractLogicalOperator
getValueTypeMethods inherited from interface io.dialob.session.engine.program.expr.arith.AbstractRelationOperator
apply, eval, getOperatorMethods inherited from interface io.dialob.session.engine.program.expr.arith.InfixOperator
getEvalRequiredConditions, getLhs, getRhs
-
Method Details
-
compare
- Specified by:
comparein interfaceAbstractRelationOperator<T extends Comparable<T>>
-