| Package | Description |
|---|---|
| org.lambda.actions.implementations | |
| org.lambda.functions.implementations | |
| org.lambda.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
A1<In>
Deprecated.
use lambdas: (a) -> ...your code...
|
| Modifier and Type | Class and Description |
|---|---|
class |
F2<In1,In2,Out>
Deprecated.
use lambdas: (a,b) -> ...your code...
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Grid.print(int width,
int height,
Function2<Integer,Integer,String> f2) |
Copyright © 2018. All rights reserved.