Uses of Interface
io.dialob.program.expr.arith.DatePlusPeriodOperator
-
Packages that use DatePlusPeriodOperator Package Description io.dialob.program.expr.arith -
-
Uses of DatePlusPeriodOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement DatePlusPeriodOperator Modifier and Type Class Description classImmutableDatePlusPeriodOperatorImmutable implementation ofDatePlusPeriodOperator.Methods in io.dialob.program.expr.arith with parameters of type DatePlusPeriodOperator Modifier and Type Method Description static ImmutableDatePlusPeriodOperatorImmutableDatePlusPeriodOperator. copyOf(DatePlusPeriodOperator instance)Creates an immutable copy of aDatePlusPeriodOperatorvalue.ImmutableDatePlusPeriodOperator.BuilderImmutableDatePlusPeriodOperator.Builder. from(DatePlusPeriodOperator instance)Fill a builder with attribute values from the providedDatePlusPeriodOperatorinstance.
-