Interface Invoker


  • public interface Invoker
    Interface for any invocable function
    • Method Detail

      • invoke

        java.lang.Object invoke​(java.lang.Object self,
                                java.lang.Object[] parameters)