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