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