Interface Throwables.EE.Callable<R,E extends Throwable,E2 extends Throwable>

Enclosing class:
Throwables.EE

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

    Modifier and Type
    Method
    Description
     
  • Method Details

    • call

      R call() throws E, E2
      Returns:
      Throws:
      E
      E2