Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutablePeriodLtOperator.Builder
Packages that use ImmutablePeriodLtOperator.Builder
-
Uses of ImmutablePeriodLtOperator.Builder in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutablePeriodLtOperator.BuilderModifier and TypeMethodDescriptionImmutablePeriodLtOperator.builder()Creates a builder forImmutablePeriodLtOperator.ImmutablePeriodLtOperator.Builder.from(AbstractLogicalOperator instance) Fill a builder with attribute values from the providedio.dialob.session.engine.program.expr.arith.AbstractLogicalOperatorinstance.ImmutablePeriodLtOperator.Builder.from(InfixOperator instance) Fill a builder with attribute values from the providedio.dialob.session.engine.program.expr.arith.InfixOperatorinstance.ImmutablePeriodLtOperator.Builder.from(PeriodLtOperator instance) Fill a builder with attribute values from the providedio.dialob.session.engine.program.expr.arith.PeriodLtOperatorinstance.ImmutablePeriodLtOperator.Builder.lhs(Expression lhs) Initializes the value for thelhsattribute.ImmutablePeriodLtOperator.Builder.rhs(Expression rhs) Initializes the value for therhsattribute.