Uses of Interface
org.lambda.functions.Function7
| Package | Description |
|---|---|
| org.lambda.functions.implementations |
-
Uses of Function7 in org.lambda.functions.implementations
Classes in org.lambda.functions.implementations that implement Function7 Modifier and Type Class Description classF7<In1,In2,In3,In4,In5,In6,In7,Out>Deprecated.use lambdas: (a,b,c,d,e,f,g) -> ...your code...