java.util.function.Supplier<T>@FunctionalInterface
public interface CheckedSupplier<T,E extends java.lang.Throwable>
extends java.util.function.Supplier<T>
| Modifier and Type | Method | Description |
|---|---|---|
T |
checkedGet() |
|
default T |
get() |
|
static <T1,E1 extends java.lang.Throwable> |
of(CheckedSupplier<T1,E1> supplier) |
T checkedGet() throws E extends java.lang.Throwable
E extends java.lang.Throwablestatic <T1,E1 extends java.lang.Throwable> CheckedSupplier<T1,E1> of(CheckedSupplier<T1,E1> supplier)