Interface ELMethodRegistry.Invocation
- All Superinterfaces:
Serializable
- Enclosing class:
ELMethodRegistry
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Invokes a registered method of any arity.
- Since:
- 1.1
- Author:
- Denis Stepanov
-
Method Summary
-
Method Details
-
invoke
Invokes the method.- Parameters:
context- The contextbase- The instance, ornullfor a static method, a constructor or a functionarguments- The arguments, coerced to the declared parameter types- Returns:
- The result
-