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