Interface ELMethodRegistry.Lambda<T>
- Type Parameters:
T- The functional interface
- 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.
Builds an instance of a functional interface that runs a lambda expression.
- Since:
- 1.1
- Author:
- Denis Stepanov
-
Method Summary
-
Method Details
-
create
Builds the instance.- Parameters:
context- The context, ornullwhen the lambda carries its ownlambda- The lambda expression- Returns:
- The instance of the functional interface
-