Uses of Class
io.dialob.program.expr.arith.ImmutableLeOperator
-
Packages that use ImmutableLeOperator Package Description io.dialob.program.expr.arith -
-
Uses of ImmutableLeOperator in io.dialob.program.expr.arith
Methods in io.dialob.program.expr.arith that return ImmutableLeOperator Modifier and Type Method Description ImmutableLeOperator<T>ImmutableLeOperator.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.ImmutableLeOperator<T>ImmutableLeOperator. withLhs(Expression value)Copy the current immutable object by setting a value for thelhsattribute.ImmutableLeOperator<T>ImmutableLeOperator. withRhs(Expression value)Copy the current immutable object by setting a value for therhsattribute.
-