Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutableIntersectionOperator
Packages that use ImmutableIntersectionOperator
-
Uses of ImmutableIntersectionOperator in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutableIntersectionOperatorModifier and TypeMethodDescriptionImmutableIntersectionOperator.Builder.build()Builds a newImmutableIntersectionOperator.ImmutableIntersectionOperator.copyOf(IntersectionOperator instance) Creates an immutable copy of aIntersectionOperatorvalue.ImmutableIntersectionOperator.of(Expression lhs, Expression rhs) Construct a new immutableIntersectionOperatorinstance.ImmutableIntersectionOperator.withLhs(Expression value) Copy the current immutable object by setting a value for thelhsattribute.ImmutableIntersectionOperator.withRhs(Expression value) Copy the current immutable object by setting a value for therhsattribute.