Uses of Interface
io.dialob.session.engine.program.expr.arith.LeOperator
Packages that use LeOperator
-
Uses of LeOperator in io.dialob.session.engine.program.expr.arith
Classes in io.dialob.session.engine.program.expr.arith that implement LeOperatorModifier and TypeClassDescriptionfinal classImmutableLeOperator<T extends Comparable<T>>Immutable implementation ofLeOperator.Methods in io.dialob.session.engine.program.expr.arith with parameters of type LeOperatorModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
ImmutableLeOperator<T> ImmutableLeOperator.copyOf(LeOperator<T> instance) Creates an immutable copy of aLeOperatorvalue.final ImmutableLeOperator.Builder<T> ImmutableLeOperator.Builder.from(LeOperator<T> instance) Fill a builder with attribute values from the providedio.dialob.session.engine.program.expr.arith.LeOperatorinstance.