Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutableInOperator
Packages that use ImmutableInOperator
-
Uses of ImmutableInOperator in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutableInOperatorModifier and TypeMethodDescriptionImmutableInOperator.Builder.build()Builds a newImmutableInOperator.static ImmutableInOperatorImmutableInOperator.copyOf(InOperator instance) Creates an immutable copy of aInOperatorvalue.static ImmutableInOperatorImmutableInOperator.of(Expression lhs, Expression rhs) Construct a new immutableInOperatorinstance.final ImmutableInOperatorImmutableInOperator.withLhs(Expression value) Copy the current immutable object by setting a value for thelhsattribute.final ImmutableInOperatorImmutableInOperator.withRhs(Expression value) Copy the current immutable object by setting a value for therhsattribute.