Interface Tasks.Task<I,E extends Exception>

Enclosing class:
Tasks

public static interface Tasks.Task<I,E extends Exception>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(I item)
     
  • Method Details

    • run

      void run(I item) throws E
      Throws:
      E extends Exception