public interface ThrowingSupplier<T,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
static <T,E extends Exception> |
rethrowLongSupplier(ThrowingSupplier<T,E> function) |
static <T,E extends Exception,R> |
rethrowSupplier(ThrowingSupplier<T,E> function) |
static <E extends Throwable> |
throwAsUnchecked(Exception exception) |
static <T,E extends Exception,R> Supplier<Stream<R>> rethrowSupplier(ThrowingSupplier<T,E> function) throws E extends Exception
E extends Exceptionstatic <T,E extends Exception> LongSupplier rethrowLongSupplier(ThrowingSupplier<T,E> function) throws E extends Exception
E extends ExceptionCopyright © 2025. All rights reserved.