| Interface | Description |
|---|---|
| Function3<T1,T2,T3,R> |
Represents a function that accepts three arguments and produces a result.
|
| Function4<T1,T2,T3,T4,R> |
Represents a function that accepts four arguments and produces a result.
|
| Function5<T1,T2,T3,T4,T5,R> |
Represents a function that accepts five arguments and produces a result.
|
| Function6<T1,T2,T3,T4,T5,T6,R> |
Represents a function that accepts six arguments and produces a result.
|