- Type Parameters:
T1
- The type of the parameter of the method that this delegate encapsulates.T2
- The type of the second parameter of the method that this delegate encapsulates.T3
- The type of the third parameter of the method that this delegate encapsulates.T4
- The type of the four parameter of the method that this delegate encapsulates.T5
- The type of the five parameter of the method that this delegate encapsulates.T6
- The type of the six parameter of the method that this delegate encapsulates.T7
- The type of the seven parameter of the method that this delegate encapsulates.R
- The type of the return value of the method that this delegate encapsulates.
- Enclosing class:
- Functions
public abstract static class Functions.Function7<T1,T2,T3,T4,T5,T6,T7,R>
extends java.lang.Object
Encapsulates a method that has seven parameters and returns a value of the type specified by the R parameter.