Uses of Interface
io.dialob.program.expr.arith.PeriodGtOperator
-
Packages that use PeriodGtOperator Package Description io.dialob.program.expr.arith -
-
Uses of PeriodGtOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement PeriodGtOperator Modifier and Type Class Description classImmutablePeriodGtOperatorImmutable implementation ofPeriodGtOperator.Methods in io.dialob.program.expr.arith with parameters of type PeriodGtOperator Modifier and Type Method Description static ImmutablePeriodGtOperatorImmutablePeriodGtOperator. copyOf(PeriodGtOperator instance)Creates an immutable copy of aPeriodGtOperatorvalue.ImmutablePeriodGtOperator.BuilderImmutablePeriodGtOperator.Builder. from(PeriodGtOperator instance)Fill a builder with attribute values from the providedPeriodGtOperatorinstance.
-