Interface CallTarget

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object call​(java.lang.Object... arguments)
      Calls this target as a root method.
    • Method Detail

      • call

        java.lang.Object call​(java.lang.Object... arguments)
        Calls this target as a root method.
        Parameters:
        arguments - passed arguments as an object array
        Returns:
        the return result of the call