Uses of Interface
io.dialob.program.expr.arith.PeriodLtOperator
-
Packages that use PeriodLtOperator Package Description io.dialob.program.expr.arith -
-
Uses of PeriodLtOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement PeriodLtOperator Modifier and Type Class Description classImmutablePeriodLtOperatorImmutable implementation ofPeriodLtOperator.Methods in io.dialob.program.expr.arith with parameters of type PeriodLtOperator Modifier and Type Method Description static ImmutablePeriodLtOperatorImmutablePeriodLtOperator. copyOf(PeriodLtOperator instance)Creates an immutable copy of aPeriodLtOperatorvalue.ImmutablePeriodLtOperator.BuilderImmutablePeriodLtOperator.Builder. from(PeriodLtOperator instance)Fill a builder with attribute values from the providedPeriodLtOperatorinstance.
-