Interface GeOperator<T extends Comparable<T>>
- All Superinterfaces:
AbstractComparableRelationOperator<T>,AbstractLogicalOperator,AbstractRelationOperator<T>,Expression,InfixOperator,Serializable
- All Known Implementing Classes:
ImmutableGeOperator
@Immutable
public interface GeOperator<T extends Comparable<T>>
extends AbstractComparableRelationOperator<T>
-
Method Summary
Methods inherited from interface io.dialob.session.engine.program.expr.arith.AbstractComparableRelationOperator
compareMethods inherited from interface io.dialob.session.engine.program.expr.arith.AbstractLogicalOperator
getValueTypeMethods inherited from interface io.dialob.session.engine.program.expr.arith.AbstractRelationOperator
evalMethods inherited from interface io.dialob.session.engine.program.expr.arith.InfixOperator
getEvalRequiredConditions, getLhs, getRhs
-
Method Details
-
apply
default boolean apply(int comp) - Specified by:
applyin interfaceAbstractRelationOperator<T extends Comparable<T>>
-
getOperator
- Specified by:
getOperatorin interfaceAbstractRelationOperator<T extends Comparable<T>>
-