Interface RunWithParam<T>


@Internal public interface RunWithParam<T>
  • Method Summary

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

    • run

      void run(T param)