static <X extends Throwable> ThrowingLongSupplier<X> |
ThrowingLongSupplier.of(ThrowingLongSupplier<X> supplier) |
Factory method for turning ThrowingLongSupplier-shaped lambdas into ThrowingLongSuppliers.
|
default <E extends Throwable> ThrowingDoubleToLongFunction<E> |
ThrowingDoubleToLongFunction.onErrorGetChecked(ThrowingLongSupplier<? extends E> fallback) |
Returns a function that applies this function to its input.
|
default <E extends Throwable> ThrowingIntToLongFunction<E> |
ThrowingIntToLongFunction.onErrorGetChecked(ThrowingLongSupplier<? extends E> fallback) |
Returns a function that applies this function to its input.
|
default <E extends Throwable> ThrowingLongBinaryOperator<E> |
ThrowingLongBinaryOperator.onErrorGetChecked(ThrowingLongSupplier<? extends E> fallback) |
Returns a binary operator that applies this operator to its input.
|
default <E extends Throwable> ThrowingLongUnaryOperator<E> |
ThrowingLongUnaryOperator.onErrorGetChecked(ThrowingLongSupplier<? extends E> fallback) |
Returns a unary operator that applies this operator to its input.
|
default <E extends Throwable> ThrowingToLongBiFunction<T,U,E> |
ThrowingToLongBiFunction.onErrorGetChecked(ThrowingLongSupplier<? extends E> fallback) |
Returns a function that applies this function to its input.
|
default <E extends Throwable> ThrowingToLongFunction<T,E> |
ThrowingToLongFunction.onErrorGetChecked(ThrowingLongSupplier<? extends E> fallback) |
Returns a function that applies this function to its input.
|
default <E extends Throwable> ThrowingLongSupplier<E> |
ThrowingLongSupplier.onErrorGetCheckedAsLong(ThrowingLongSupplier<? extends E> fallback) |
Returns a supplier that calls this supplier.
|
static LongSupplier |
ThrowingLongSupplier.unchecked(ThrowingLongSupplier<?> supplier) |
Returns a supplier that calls the supplier supplier.
|