interface |
ToBigDecimalOrElse<T> |
Specialized NonNullableExpression for BigDecimal values where a
default value is given if the original expression returns null.
|
interface |
ToBigDecimalOrElseGet<T> |
Specialized NonNullableExpression for BigDecimal values where
a getter function is applied if the original expression returns null.
|
interface |
ToBigDecimalOrThrow<T> |
|
interface |
ToByteOrElse<T> |
Specialized NonNullableExpression for byte values where a
default value is given if the original expression returns null.
|
interface |
ToByteOrElseGet<T> |
Specialized NonNullableExpression for byte values where a
getter function is applied if the original expression returns null.
|
interface |
ToByteOrThrow<T> |
|
interface |
ToDoubleOrElse<T> |
Specialized NonNullableExpression for double values where a
default value is given if the original expression returns null.
|
interface |
ToDoubleOrElseGet<T> |
Specialized NonNullableExpression for double values where a
getter function is applied if the original expression returns null.
|
interface |
ToDoubleOrThrow<T> |
|
interface |
ToFloatOrElse<T> |
Specialized NonNullableExpression for float values where a
default value is given if the original expression returns null.
|
interface |
ToFloatOrElseGet<T> |
Specialized NonNullableExpression for float values where a
getter function is applied if the original expression returns null.
|
interface |
ToFloatOrThrow<T> |
|
interface |
ToIntOrElse<T> |
Specialized NonNullableExpression for int values where a
default value is given if the original expression returns null.
|
interface |
ToIntOrElseGet<T> |
Specialized NonNullableExpression for int values where a
getter function is applied if the original expression returns null.
|
interface |
ToIntOrThrow<T> |
|
interface |
ToLongOrElse<T> |
Specialized NonNullableExpression for long values where a
default value is given if the original expression returns null.
|
interface |
ToLongOrElseGet<T> |
Specialized NonNullableExpression for long values where a
getter function is applied if the original expression returns null.
|
interface |
ToLongOrThrow<T> |
|
interface |
ToShortOrElse<T> |
Specialized NonNullableExpression for short values where a
default value is given if the original expression returns null.
|
interface |
ToShortOrElseGet<T> |
Specialized NonNullableExpression for short values where a
getter function is applied if the original expression returns null.
|
interface |
ToShortOrThrow<T> |
|