Uses of Class
io.dialob.program.expr.arith.ImmutableDatePlusPeriodOperator.Builder
-
Packages that use ImmutableDatePlusPeriodOperator.Builder Package Description io.dialob.program.expr.arith -
-
Uses of ImmutableDatePlusPeriodOperator.Builder in io.dialob.program.expr.arith
Methods in io.dialob.program.expr.arith that return ImmutableDatePlusPeriodOperator.Builder Modifier and Type Method Description static ImmutableDatePlusPeriodOperator.BuilderImmutableDatePlusPeriodOperator. builder()Creates a builder forImmutableDatePlusPeriodOperator.ImmutableDatePlusPeriodOperator.BuilderImmutableDatePlusPeriodOperator.Builder. from(DatePlusPeriodOperator instance)Fill a builder with attribute values from the providedDatePlusPeriodOperatorinstance.ImmutableDatePlusPeriodOperator.BuilderImmutableDatePlusPeriodOperator.Builder. lhs(Expression lhs)Initializes the value for thelhsattribute.ImmutableDatePlusPeriodOperator.BuilderImmutableDatePlusPeriodOperator.Builder. rhs(Expression rhs)Initializes the value for therhsattribute.
-