Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutableIntersectionOperator.Builder
Packages that use ImmutableIntersectionOperator.Builder
-
Uses of ImmutableIntersectionOperator.Builder in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutableIntersectionOperator.BuilderModifier and TypeMethodDescriptionImmutableIntersectionOperator.builder()Creates a builder forImmutableIntersectionOperator.ImmutableIntersectionOperator.Builder.from(InfixOperator instance) Fill a builder with attribute values from the providedio.dialob.session.engine.program.expr.arith.InfixOperatorinstance.ImmutableIntersectionOperator.Builder.from(IntersectionOperator instance) Fill a builder with attribute values from the providedio.dialob.session.engine.program.expr.arith.IntersectionOperatorinstance.ImmutableIntersectionOperator.Builder.lhs(Expression lhs) Initializes the value for thelhsattribute.ImmutableIntersectionOperator.Builder.rhs(Expression rhs) Initializes the value for therhsattribute.