static <X extends Throwable> ThrowingIntSupplier<X> |
ThrowingIntSupplier.of(ThrowingIntSupplier<X> supplier) |
Factory method for turning ThrowingIntSupplier-shaped lambdas into ThrowingIntSuppliers.
|
default <E extends Throwable> ThrowingDoubleToIntFunction<E> |
ThrowingDoubleToIntFunction.onErrorGetChecked(ThrowingIntSupplier<? extends E> fallback) |
Returns a function that applies this function to its input.
|
default <E extends Throwable> ThrowingIntBinaryOperator<E> |
ThrowingIntBinaryOperator.onErrorGetChecked(ThrowingIntSupplier<? extends E> fallback) |
Returns a binary operator that applies this operator to its input.
|
default <E extends Throwable> ThrowingIntUnaryOperator<E> |
ThrowingIntUnaryOperator.onErrorGetChecked(ThrowingIntSupplier<? extends E> fallback) |
Returns a unary operator that applies this operator to its input.
|
default <E extends Throwable> ThrowingLongToIntFunction<E> |
ThrowingLongToIntFunction.onErrorGetChecked(ThrowingIntSupplier<? extends E> fallback) |
Returns a function that applies this function to its input.
|
default <E extends Throwable> ThrowingToIntBiFunction<T,U,E> |
ThrowingToIntBiFunction.onErrorGetChecked(ThrowingIntSupplier<? extends E> fallback) |
Returns a function that applies this function to its input.
|
default <E extends Throwable> ThrowingToIntFunction<T,E> |
ThrowingToIntFunction.onErrorGetChecked(ThrowingIntSupplier<? extends E> fallback) |
Returns a function that applies this function to its input.
|
default <E extends Throwable> ThrowingIntSupplier<E> |
ThrowingIntSupplier.onErrorGetCheckedAsInt(ThrowingIntSupplier<? extends E> fallback) |
Returns a supplier that calls this supplier.
|
static IntSupplier |
ThrowingIntSupplier.unchecked(ThrowingIntSupplier<?> supplier) |
Returns a supplier that calls the supplier supplier.
|