| Package | Description |
|---|---|
| org.lambda.functions | |
| org.lambda.functions.implementations |
| Modifier and Type | Method and Description |
|---|---|
static <In1,In2,In3,In4,Out> |
Functions.unchecked(Function4WithException<In1,In2,In3,In4,Out> function) |
| Modifier and Type | Class and Description |
|---|---|
class |
F4<In1,In2,In3,In4,Out>
Deprecated.
use lambdas: (a,b,c,d) -> ...your code...
|
Copyright © 2021. All rights reserved.