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