Interface ExceptionalTask<E extends Exception>


public interface ExceptionalTask<E extends Exception>
A callable task with a checked exception signature
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • call

      void call() throws E
      Throws:
      E extends Exception