@FunctionalInterface public interface ThrowableSupplier<T,E extends Exception> extends Supplier<T>
| Modifier and Type | Method and Description |
|---|---|
default T |
get() |
T |
getOrFail()
Gets the data or fails in the process.
|
Copyright © 2017 Saxonia Systems AG. All rights reserved.