@FunctionalInterface
public interface ThrowableSupplier<T>
| Modifier and Type | Method and Description |
|---|---|
T |
get()
Gets a result than can throw exceptions.
|
T get() throws java.lang.Throwable
java.lang.Throwable - any error/exception.Copyright © 2018 SAP SE. All Rights Reserved.