Uses of Interface
io.dialob.session.engine.program.expr.arith.LtOperator
Packages that use LtOperator
-
Uses of LtOperator in io.dialob.session.engine.program.expr.arith
Classes in io.dialob.session.engine.program.expr.arith that implement LtOperatorModifier and TypeClassDescriptionfinal classImmutableLtOperator<T extends Comparable<T>>Immutable implementation ofLtOperator.Methods in io.dialob.session.engine.program.expr.arith with parameters of type LtOperatorModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
ImmutableLtOperator<T> ImmutableLtOperator.copyOf(LtOperator<T> instance) Creates an immutable copy of aLtOperatorvalue.final ImmutableLtOperator.Builder<T> ImmutableLtOperator.Builder.from(LtOperator<T> instance) Fill a builder with attribute values from the providedio.dialob.session.engine.program.expr.arith.LtOperatorinstance.