T - the type of the resultE - the type of the exception@FunctionalInterface public interface ThrowableSupplier<T,E extends Throwable>
Supplier| Modifier and Type | Method and Description |
|---|---|
T |
get()
Gets a result.
|
Copyright © 2017. All rights reserved.