Interface ReceiveTask<T>


public interface ReceiveTask<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(T previous)
     
  • Method Details

    • run

      void run(T previous)