Uses of Class
io.dialob.program.expr.arith.ImmutableGeOperator
-
Packages that use ImmutableGeOperator Package Description io.dialob.program.expr.arith -
-
Uses of ImmutableGeOperator in io.dialob.program.expr.arith
Methods in io.dialob.program.expr.arith that return ImmutableGeOperator Modifier and Type Method Description ImmutableGeOperator<T>ImmutableGeOperator.Builder. build()Builds a newImmutableGeOperator.static <T extends Comparable<T>>
ImmutableGeOperator<T>ImmutableGeOperator. copyOf(GeOperator<T> instance)Creates an immutable copy of aGeOperatorvalue.static <T extends Comparable<T>>
ImmutableGeOperator<T>ImmutableGeOperator. of(Expression lhs, Expression rhs)Construct a new immutableGeOperatorinstance.ImmutableGeOperator<T>ImmutableGeOperator. withLhs(Expression value)Copy the current immutable object by setting a value for thelhsattribute.ImmutableGeOperator<T>ImmutableGeOperator. withRhs(Expression value)Copy the current immutable object by setting a value for therhsattribute.
-