Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutableTimePlusDurationOperator
Packages that use ImmutableTimePlusDurationOperator
-
Uses of ImmutableTimePlusDurationOperator in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutableTimePlusDurationOperatorModifier and TypeMethodDescriptionImmutableTimePlusDurationOperator.Builder.build()Builds a newImmutableTimePlusDurationOperator.ImmutableTimePlusDurationOperator.copyOf(TimePlusDurationOperator instance) Creates an immutable copy of aTimePlusDurationOperatorvalue.ImmutableTimePlusDurationOperator.of(Expression lhs, Expression rhs) Construct a new immutableTimePlusDurationOperatorinstance.ImmutableTimePlusDurationOperator.withLhs(Expression value) Copy the current immutable object by setting a value for thelhsattribute.ImmutableTimePlusDurationOperator.withRhs(Expression value) Copy the current immutable object by setting a value for therhsattribute.