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