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