ImmutableTimePlusDurationOperator |
ImmutableTimePlusDurationOperator.Builder.build() |
|
static ImmutableTimePlusDurationOperator |
ImmutableTimePlusDurationOperator.copyOf(TimePlusDurationOperator instance) |
|
static ImmutableTimePlusDurationOperator |
ImmutableTimePlusDurationOperator.of(Expression lhs,
Expression rhs) |
Construct a new immutable TimePlusDurationOperator instance.
|
ImmutableTimePlusDurationOperator |
ImmutableTimePlusDurationOperator.withLhs(Expression value) |
Copy the current immutable object by setting a value for the lhs attribute.
|
ImmutableTimePlusDurationOperator |
ImmutableTimePlusDurationOperator.withRhs(Expression value) |
Copy the current immutable object by setting a value for the rhs attribute.
|