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