Interface Throwables.EE.Supplier<T,E extends Throwable,E2 extends Throwable>

Enclosing class:
Throwables.EE

public static interface Throwables.EE.Supplier<T,E extends Throwable,E2 extends Throwable>
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details

    • get

      T get() throws E, E2
      Returns:
      Throws:
      E
      E2