static <X extends Throwable> ThrowingDoubleSupplier<X> |
ThrowingDoubleSupplier.of(ThrowingDoubleSupplier<X> supplier) |
Factory method for turning ThrowingDoubleSupplier-shaped lambdas into ThrowingDoubleSuppliers.
|
default <E extends Throwable> ThrowingDoubleBinaryOperator<E> |
ThrowingDoubleBinaryOperator.onErrorGetChecked(ThrowingDoubleSupplier<? extends E> fallback) |
Returns a binary operator that applies this operator to its input.
|
default <E extends Throwable> ThrowingDoubleUnaryOperator<E> |
ThrowingDoubleUnaryOperator.onErrorGetChecked(ThrowingDoubleSupplier<? extends E> fallback) |
Returns a unary operator that applies this operator to its input.
|
default <E extends Throwable> ThrowingIntToDoubleFunction<E> |
ThrowingIntToDoubleFunction.onErrorGetChecked(ThrowingDoubleSupplier<? extends E> fallback) |
Returns a function that applies this function to its input.
|
default <E extends Throwable> ThrowingLongToDoubleFunction<E> |
ThrowingLongToDoubleFunction.onErrorGetChecked(ThrowingDoubleSupplier<? extends E> fallback) |
Returns a function that applies this function to its input.
|
default <E extends Throwable> ThrowingToDoubleBiFunction<T,U,E> |
ThrowingToDoubleBiFunction.onErrorGetChecked(ThrowingDoubleSupplier<? extends E> fallback) |
Returns a function that applies this function to its input.
|
default <E extends Throwable> ThrowingToDoubleFunction<T,E> |
ThrowingToDoubleFunction.onErrorGetChecked(ThrowingDoubleSupplier<? extends E> fallback) |
Returns a function that applies this function to its input.
|
default <E extends Throwable> ThrowingDoubleSupplier<E> |
ThrowingDoubleSupplier.onErrorGetCheckedAsDouble(ThrowingDoubleSupplier<? extends E> fallback) |
Returns a supplier that calls this supplier.
|
static DoubleSupplier |
ThrowingDoubleSupplier.unchecked(ThrowingDoubleSupplier<?> supplier) |
Returns a supplier that calls the supplier supplier.
|