Package play.utils

Interface Action<T>


public interface Action<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invoke(T result)
     
  • Method Details

    • invoke

      void invoke(T result)