Interface MethodCaller.BoundMethodCaller

Enclosing interface:
MethodCaller

public static interface MethodCaller.BoundMethodCaller
Represents a MethodCaller that is attached to an instance
  • Method Summary

    Modifier and Type
    Method
    Description
    call(@NotNull Object... arguments)
    Calls the method of this caller
    Get the instance bound to the method caller
  • Method Details

    • instance

      Object instance()
      Get the instance bound to the method caller
      Returns:
      the instance.
    • call

      Object call(@NotNull @NotNull Object... arguments)
      Calls the method of this caller
      Parameters:
      arguments - Invoking arguments
      Returns:
      The return setResult