@Beta public interface FilterableDuration extends Expressions.Operand
getExpression, getExpression
@Nonnull default Expressions.ValueNumeric.Expression offsetSeconds()
@Nonnull default Expressions.ValueDuration.Expression add(@Nonnull Expressions.ValueDuration operand)
operand
- The duration to add to the duration.@Nonnull default Expressions.ValueDuration.Expression add(@Nonnull Duration operand)
operand
- The duration to add to the duration.@Nonnull default Expressions.ValueDuration.Expression subtract(@Nonnull Expressions.ValueDuration operand)
operand
- The duration to subtract from this duration.@Nonnull default Expressions.ValueDuration.Expression subtract(@Nonnull Duration operand)
operand
- The duration to subtract from this duration.@Nonnull default Expressions.ValueDuration.Expression multiply(@Nonnull Expressions.ValueNumeric operand)
operand
- The product to be used to multiply the duration.@Nonnull default Expressions.ValueDuration.Expression multiply(@Nonnull Number operand)
operand
- The product to be used to multiply the duration.@Nonnull default Expressions.ValueDuration.Expression divide(@Nonnull Expressions.ValueNumeric operand)
operand
- The quotient to be used to divide the duration.@Nonnull default Expressions.ValueDuration.Expression divide(@Nonnull Number operand)
operand
- The quotient to be used to divide the duration.@Nonnull default Expressions.ValueDuration.Expression negate()
Copyright © 2020 SAP SE. All rights reserved.