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