Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutableLeOperator
Packages that use ImmutableLeOperator
-
Uses of ImmutableLeOperator in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutableLeOperatorModifier and TypeMethodDescriptionImmutableLeOperator.Builder.build()Builds a newImmutableLeOperator.static <T extends Comparable<T>>
ImmutableLeOperator<T> ImmutableLeOperator.copyOf(LeOperator<T> instance) Creates an immutable copy of aLeOperatorvalue.static <T extends Comparable<T>>
ImmutableLeOperator<T> ImmutableLeOperator.of(Expression lhs, Expression rhs) Construct a new immutableLeOperatorinstance.final ImmutableLeOperator<T> ImmutableLeOperator.withLhs(Expression value) Copy the current immutable object by setting a value for thelhsattribute.final ImmutableLeOperator<T> ImmutableLeOperator.withRhs(Expression value) Copy the current immutable object by setting a value for therhsattribute.