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.

@FunctionalInterface public static interface RetryHandler.IOSupplier<T>
Supplier equivalent which can throw IOException
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    Equivalent to Supplier.get()
  • Method Details

    • get

      T get() throws IOException
      Equivalent to Supplier.get()
      Returns:
      the value returned
      Throws:
      IOException - if there is an error during operation