EntityT
- Type of the entity which references the value.public interface FilterableNumeric<EntityT> extends FilterableValue<EntityT,Number>
NULL
equalTo, equalTo, greaterThan, greaterThan, greaterThanEqual, greaterThanEqual, lessThan, lessThan, lessThanEqual, lessThanEqual, notEqualTo, notEqualTo
getExpression, getExpression
getEntityType
@Nonnull FilterableNumeric<EntityT> add(@Nonnull Long operand)
operand
- The number to add.@Nonnull FilterableNumeric<EntityT> add(@Nonnull Integer operand)
operand
- The number to add.@Nonnull FilterableNumericDecimal<EntityT> add(@Nonnull Number operand)
operand
- The number to add.@Nonnull FilterableNumeric<EntityT> add(@Nonnull FilterableNumericInteger<EntityT> operand)
operand
- The number to add.@Nonnull default FilterableNumericDecimal<EntityT> add(@Nonnull FilterableNumericDecimal<EntityT> operand)
operand
- The number to add.@Nonnull FilterableNumeric<EntityT> multiply(@Nonnull Long operand)
operand
- The number to multiply.@Nonnull FilterableNumeric<EntityT> multiply(@Nonnull Integer operand)
operand
- The number to multiply.@Nonnull FilterableNumericDecimal<EntityT> multiply(@Nonnull Number operand)
operand
- The number to multiply.@Nonnull FilterableNumeric<EntityT> multiply(@Nonnull FilterableNumericInteger<EntityT> operand)
operand
- The number to multiply.@Nonnull default FilterableNumericDecimal<EntityT> multiply(@Nonnull FilterableNumericDecimal<EntityT> operand)
operand
- The number to multiply.@Nonnull FilterableNumeric<EntityT> subtract(@Nonnull Long operand)
operand
- The number to subtract.@Nonnull FilterableNumeric<EntityT> subtract(@Nonnull Integer operand)
operand
- The number to subtract.@Nonnull FilterableNumericDecimal<EntityT> subtract(@Nonnull Number operand)
operand
- The number to subtract.@Nonnull FilterableNumeric<EntityT> subtract(@Nonnull FilterableNumericInteger<EntityT> operand)
operand
- The number to subtract.@Nonnull default FilterableNumericDecimal<EntityT> subtract(@Nonnull FilterableNumericDecimal<EntityT> operand)
operand
- The number to subtract.@Nonnull default FilterableNumericDecimal<EntityT> divide(@Nonnull FilterableNumericInteger<EntityT> operand)
operand
- The number to divide.@Nonnull default FilterableNumericDecimal<EntityT> divide(@Nonnull FilterableNumericDecimal<EntityT> operand)
operand
- The number to divide.@Nonnull default FilterableNumericDecimal<EntityT> divide(@Nonnull Number operand)
operand
- The number to divide.@Nonnull FilterableNumeric<EntityT> modulo(@Nonnull Long operand)
operand
- The base number to calculate the modulo from.@Nonnull FilterableNumeric<EntityT> modulo(@Nonnull Integer operand)
operand
- The base number to calculate the modulo from.@Nonnull FilterableNumericDecimal<EntityT> modulo(@Nonnull Number operand)
operand
- The base number to calculate the modulo from.@Nonnull FilterableNumeric<EntityT> modulo(@Nonnull FilterableNumericInteger<EntityT> operand)
operand
- The base number to calculate the modulo from.@Nonnull default FilterableNumericDecimal<EntityT> modulo(@Nonnull FilterableNumericDecimal<EntityT> operand)
operand
- The base number to calculate the modulo from.@Nonnull FilterableNumeric<EntityT> negate()
Copyright © 2021 SAP SE. All rights reserved.