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