Interface StandardMethodExecutor.Invoker

Enclosing class:
StandardMethodExecutor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface StandardMethodExecutor.Invoker
The invoker is used to call the method in question.
  • Method Summary

    Modifier and Type
    Method
    Description
    invoke(Object... arguments)
    Should call the expected method with the given arguments