Interface SupplierWithExceptions<T>

Type Parameters:
T - the type of the supplied value

public interface SupplierWithExceptions<T>
A supplier that might throw exceptions.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    Supplies a value.
  • Method Details

    • get

      T get() throws Throwable
      Supplies a value.
      Returns:
      the supplied value
      Throws:
      Throwable - any exception thrown by the supplier