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