Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutablePeriodLeOperator
Packages that use ImmutablePeriodLeOperator
-
Uses of ImmutablePeriodLeOperator in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutablePeriodLeOperatorModifier and TypeMethodDescriptionImmutablePeriodLeOperator.Builder.build()Builds a newImmutablePeriodLeOperator.static ImmutablePeriodLeOperatorImmutablePeriodLeOperator.copyOf(PeriodLeOperator instance) Creates an immutable copy of aPeriodLeOperatorvalue.static ImmutablePeriodLeOperatorImmutablePeriodLeOperator.of(Expression lhs, Expression rhs) Construct a new immutablePeriodLeOperatorinstance.ImmutablePeriodLeOperator.withLhs(Expression value) Copy the current immutable object by setting a value for thelhsattribute.ImmutablePeriodLeOperator.withRhs(Expression value) Copy the current immutable object by setting a value for therhsattribute.