@FunctionalInterface public interface UncheckedSupplier<T> extends Supplier<T>
| Modifier and Type | Method and Description |
|---|---|
default T |
get() |
default T |
get(Function<Exception,RuntimeException> handler) |
T |
getThrows() |
Copyright © 2022. All rights reserved.