Interface Task<T>


public interface Task<T>
Created by IntelliJ IDEA. User: dochez Date: May 24, 2007 Time: 1:10:38 PM To change this template use File | Settings | File Templates.
  • Method Summary

    Modifier and Type
    Method
    Description
    run()
     
  • Method Details

    • run

      T run()