Package org.broadinstitute.http.nio
Interface RetryHandler.IOSupplier<T>
- Type Parameters:
T
- supplied type
- Enclosing class:
- RetryHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Supplier equivalent which can throw IOException
-
Method Summary
-
Method Details
-
get
Equivalent to Supplier.get()- Returns:
- the value returned
- Throws:
IOException
- if there is an error during operation
-