Interface ELMethodRegistry.Fn2<A,B,R>
- Type Parameters:
A- The type of the first argumentB- The type of the second argumentR- The return type
- 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 static method, a constructor or a function taking two arguments.
- Since:
- 1.1
- Author:
- Denis Stepanov
-
Method Summary
-
Method Details
-
call
-