Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutableTimePlusDurationOperator.Builder
Packages that use ImmutableTimePlusDurationOperator.Builder
-
Uses of ImmutableTimePlusDurationOperator.Builder in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutableTimePlusDurationOperator.BuilderModifier and TypeMethodDescriptionImmutableTimePlusDurationOperator.builder()Creates a builder forImmutableTimePlusDurationOperator.ImmutableTimePlusDurationOperator.Builder.from(InfixOperator instance) Fill a builder with attribute values from the providedio.dialob.session.engine.program.expr.arith.InfixOperatorinstance.ImmutableTimePlusDurationOperator.Builder.from(TimePlusDurationOperator instance) Fill a builder with attribute values from the providedio.dialob.session.engine.program.expr.arith.TimePlusDurationOperatorinstance.ImmutableTimePlusDurationOperator.Builder.lhs(Expression lhs) Initializes the value for thelhsattribute.ImmutableTimePlusDurationOperator.Builder.rhs(Expression rhs) Initializes the value for therhsattribute.