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