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
  • Method Details

    • call

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