Interface Action<T1,​T2>


  • public interface Action<T1,​T2>
    • Method Detail

      • invoke

        void invoke​(T1 target1,
                    T2 target2)
             throws java.lang.Exception
        Throws:
        java.lang.Exception