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