Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutablePeriodGeOperator
Packages that use ImmutablePeriodGeOperator
-
Uses of ImmutablePeriodGeOperator in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutablePeriodGeOperatorModifier and TypeMethodDescriptionImmutablePeriodGeOperator.Builder.build()Builds a newImmutablePeriodGeOperator.static ImmutablePeriodGeOperatorImmutablePeriodGeOperator.copyOf(PeriodGeOperator instance) Creates an immutable copy of aPeriodGeOperatorvalue.static ImmutablePeriodGeOperatorImmutablePeriodGeOperator.of(Expression lhs, Expression rhs) Construct a new immutablePeriodGeOperatorinstance.ImmutablePeriodGeOperator.withLhs(Expression value) Copy the current immutable object by setting a value for thelhsattribute.ImmutablePeriodGeOperator.withRhs(Expression value) Copy the current immutable object by setting a value for therhsattribute.