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