Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutablePeriodLtOperator
Packages that use ImmutablePeriodLtOperator
-
Uses of ImmutablePeriodLtOperator in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutablePeriodLtOperatorModifier and TypeMethodDescriptionImmutablePeriodLtOperator.Builder.build()Builds a newImmutablePeriodLtOperator.static ImmutablePeriodLtOperatorImmutablePeriodLtOperator.copyOf(PeriodLtOperator instance) Creates an immutable copy of aPeriodLtOperatorvalue.static ImmutablePeriodLtOperatorImmutablePeriodLtOperator.of(Expression lhs, Expression rhs) Construct a new immutablePeriodLtOperatorinstance.ImmutablePeriodLtOperator.withLhs(Expression value) Copy the current immutable object by setting a value for thelhsattribute.ImmutablePeriodLtOperator.withRhs(Expression value) Copy the current immutable object by setting a value for therhsattribute.