T - the generic type of the return value@FunctionalInterface public interface CheckedSupplier<T> extends Supplier<T>
| Modifier and Type | Method and Description |
|---|---|
default T |
get() |
T |
getChecked() |
default T |
handleException(Throwable throwable) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.