R
- The type of the result of the supplier.E
- The type of Exceptions thrown by this function.@Public @FunctionalInterface public interface SupplierWithException<R,E extends Throwable>
Supplier
that may
throw exceptions.Modifier and Type | Method and Description |
---|---|
R |
get()
Gets the result of this supplier.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.