Package bm.util

Interface SupplyOrThrow.SoT<R,E extends Exception>

Type Parameters:
E - type of exception thrown
Enclosing interface:
SupplyOrThrow<V>

public static interface SupplyOrThrow.SoT<R,E extends Exception>
A Supplier which may throw any type of Exception.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details

    • get

      R get() throws E
      Throws:
      E