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