Interface DelayedTask<T>


public interface DelayedTask<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getDelay(T previousResult)
     
  • Method Details

    • getDelay

      int getDelay(T previousResult)