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