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