Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutableGeOperator
Packages that use ImmutableGeOperator
-
Uses of ImmutableGeOperator in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutableGeOperatorModifier and TypeMethodDescriptionImmutableGeOperator.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.final ImmutableGeOperator<T> ImmutableGeOperator.withLhs(Expression value) Copy the current immutable object by setting a value for thelhsattribute.final ImmutableGeOperator<T> ImmutableGeOperator.withRhs(Expression value) Copy the current immutable object by setting a value for therhsattribute.