Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutablePeriodGtOperator
Packages that use ImmutablePeriodGtOperator
-
Uses of ImmutablePeriodGtOperator in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutablePeriodGtOperatorModifier and TypeMethodDescriptionImmutablePeriodGtOperator.Builder.build()Builds a newImmutablePeriodGtOperator.static ImmutablePeriodGtOperatorImmutablePeriodGtOperator.copyOf(PeriodGtOperator instance) Creates an immutable copy of aPeriodGtOperatorvalue.static ImmutablePeriodGtOperatorImmutablePeriodGtOperator.of(Expression lhs, Expression rhs) Construct a new immutablePeriodGtOperatorinstance.ImmutablePeriodGtOperator.withLhs(Expression value) Copy the current immutable object by setting a value for thelhsattribute.ImmutablePeriodGtOperator.withRhs(Expression value) Copy the current immutable object by setting a value for therhsattribute.