static <T> ToDoubleNullable<T> |
Expressions.absOrNull(ToDoubleNullable<T> expression) |
Returns an expression that takes an expression and returns its absolute
(removing the negation sign if any).
|
static <T> ToDoubleNullable<T> |
Expressions.byteToDoubleNullable(ToByteNullable<T> expression) |
Creates and returns an expression that converts the result of the
specified expression into a double by casting.
|
static <T> ToDoubleNullable<T> |
Expressions.floatToDoubleNullable(ToFloatNullable<T> expression) |
Creates and returns an expression that converts the result of the
specified expression into a double by casting.
|
static <T> ToDoubleNullable<T> |
Expressions.intToDoubleNullable(ToIntNullable<T> expression) |
Creates and returns an expression that converts the result of the
specified expression into a double by casting.
|
static <T> ToDoubleNullable<T> |
Expressions.longToDoubleNullable(ToLongNullable<T> expression) |
Creates and returns an expression that converts the result of the
specified expression into a double by casting.
|
static <T> ToDoubleNullable<T> |
Expressions.negateOrNull(ToDoubleNullable<T> expression) |
Creates and returns an expression that will compute the negative result
of the specified expression.
|
static <T> ToDoubleNullable<T> |
Expressions.powOrNull(ToByteNullable<T> expression,
double power) |
Creates and returns an expression that takes the result of an input
expression and multiplies it with itself power times.
|
static <T> ToDoubleNullable<T> |
Expressions.powOrNull(ToByteNullable<T> expression,
int power) |
Creates and returns an expression that takes the result of an input
expression and multiplies it with itself power times.
|
static <T> ToDoubleNullable<T> |
Expressions.powOrNull(ToByteNullable<T> expression,
ToDouble<T> power) |
Creates and returns an expression that takes the result of an input
expression and multiplies it with itself as many times as the result of
applying power to the input.
|
static <T> ToDoubleNullable<T> |
Expressions.powOrNull(ToByteNullable<T> expression,
ToInt<T> power) |
Creates and returns an expression that takes the result of an input
expression and multiplies it with itself as many times as the result of
applying power to the input.
|
static <T> ToDoubleNullable<T> |
Expressions.powOrNull(ToDoubleNullable<T> expression,
double power) |
Creates and returns an expression that takes the result of an input
expression and multiplies it with itself power times.
|
static <T> ToDoubleNullable<T> |
Expressions.powOrNull(ToDoubleNullable<T> expression,
int power) |
Creates and returns an expression that takes the result of an input
expression and multiplies it with itself power times.
|
static <T> ToDoubleNullable<T> |
Expressions.powOrNull(ToDoubleNullable<T> expression,
ToDouble<T> power) |
Creates and returns an expression that takes the result of an input
expression and multiplies it with itself as many times as the result of
applying power to the input.
|
static <T> ToDoubleNullable<T> |
Expressions.powOrNull(ToDoubleNullable<T> expression,
ToInt<T> power) |
Creates and returns an expression that takes the result of an input
expression and multiplies it with itself as many times as the result of
applying power to the input.
|
static <T> ToDoubleNullable<T> |
Expressions.powOrNull(ToFloatNullable<T> expression,
double power) |
Creates and returns an expression that takes the result of an input
expression and multiplies it with itself power times.
|
static <T> ToDoubleNullable<T> |
Expressions.powOrNull(ToFloatNullable<T> expression,
int power) |
Creates and returns an expression that takes the result of an input
expression and multiplies it with itself power times.
|
static <T> ToDoubleNullable<T> |
Expressions.powOrNull(ToFloatNullable<T> expression,
ToDouble<T> power) |
Creates and returns an expression that takes the result of an input
expression and multiplies it with itself as many times as the result of
applying power to the input.
|
static <T> ToDoubleNullable<T> |
Expressions.powOrNull(ToFloatNullable<T> expression,
ToInt<T> power) |
Creates and returns an expression that takes the result of an input
expression and multiplies it with itself as many times as the result of
applying power to the input.
|
static <T> ToDoubleNullable<T> |
Expressions.powOrNull(ToIntNullable<T> expression,
double power) |
Creates and returns an expression that takes the result of an input
expression and multiplies it with itself power times.
|
static <T> ToDoubleNullable<T> |
Expressions.powOrNull(ToIntNullable<T> expression,
int power) |
Creates and returns an expression that takes the result of an input
expression and multiplies it with itself power times.
|
static <T> ToDoubleNullable<T> |
Expressions.powOrNull(ToIntNullable<T> expression,
ToDouble<T> power) |
Creates and returns an expression that takes the result of an input
expression and multiplies it with itself as many times as the result of
applying power to the input.
|
static <T> ToDoubleNullable<T> |
Expressions.powOrNull(ToIntNullable<T> expression,
ToInt<T> power) |
Creates and returns an expression that takes the result of an input
expression and multiplies it with itself as many times as the result of
applying power to the input.
|
static <T> ToDoubleNullable<T> |
Expressions.powOrNull(ToLongNullable<T> expression,
double power) |
Creates and returns an expression that takes the result of an input
expression and multiplies it with itself power times.
|
static <T> ToDoubleNullable<T> |
Expressions.powOrNull(ToLongNullable<T> expression,
int power) |
Creates and returns an expression that takes the result of an input
expression and multiplies it with itself power times.
|
static <T> ToDoubleNullable<T> |
Expressions.powOrNull(ToLongNullable<T> expression,
ToDouble<T> power) |
Creates and returns an expression that takes the result of an input
expression and multiplies it with itself as many times as the result of
applying power to the input.
|
static <T> ToDoubleNullable<T> |
Expressions.powOrNull(ToLongNullable<T> expression,
ToInt<T> power) |
Creates and returns an expression that takes the result of an input
expression and multiplies it with itself as many times as the result of
applying power to the input.
|
static <T> ToDoubleNullable<T> |
Expressions.powOrNull(ToShortNullable<T> expression,
double power) |
Creates and returns an expression that takes the result of an input
expression and multiplies it with itself power times.
|
static <T> ToDoubleNullable<T> |
Expressions.powOrNull(ToShortNullable<T> expression,
int power) |
Creates and returns an expression that takes the result of an input
expression and multiplies it with itself power times.
|
static <T> ToDoubleNullable<T> |
Expressions.powOrNull(ToShortNullable<T> expression,
ToDouble<T> power) |
Creates and returns an expression that takes the result of an input
expression and multiplies it with itself as many times as the result of
applying power to the input.
|
static <T> ToDoubleNullable<T> |
Expressions.powOrNull(ToShortNullable<T> expression,
ToInt<T> power) |
Creates and returns an expression that takes the result of an input
expression and multiplies it with itself as many times as the result of
applying power to the input.
|
static <T> ToDoubleNullable<T> |
Expressions.shortToDoubleNullable(ToShortNullable<T> expression) |
Creates and returns an expression that converts the result of the
specified expression into a double by casting.
|
static <T> ToDoubleNullable<T> |
Expressions.sqrtOrNull(ToByteNullable<T> expression) |
Creates and returns an expression that returns the square root of the
result from the input expression.
|
static <T> ToDoubleNullable<T> |
Expressions.sqrtOrNull(ToDoubleNullable<T> expression) |
Creates and returns an expression that returns the square root of the
result from the input expression.
|
static <T> ToDoubleNullable<T> |
Expressions.sqrtOrNull(ToFloatNullable<T> expression) |
Creates and returns an expression that returns the square root of the
result from the input expression.
|
static <T> ToDoubleNullable<T> |
Expressions.sqrtOrNull(ToIntNullable<T> expression) |
Creates and returns an expression that returns the square root of the
result from the input expression.
|
static <T> ToDoubleNullable<T> |
Expressions.sqrtOrNull(ToLongNullable<T> expression) |
Creates and returns an expression that returns the square root of the
result from the input expression.
|
static <T> ToDoubleNullable<T> |
Expressions.sqrtOrNull(ToShortNullable<T> expression) |
Creates and returns an expression that returns the square root of the
result from the input expression.
|