| Package | Description |
|---|---|
| com.spun.util.tests | |
| org.lambda.actions.implementations | |
| org.lambda.functions | |
| org.lambda.functions.implementations | |
| org.lambda.utils |
| Modifier and Type | Method and Description |
|---|---|
static TestUtils.SourceDirectoryRestorer |
TestUtils.registerSourceDirectoryFinder(Function2<Class,String,File> sourceDirectoryFinder) |
| Modifier and Type | Class and Description |
|---|---|
class |
A1<In>
Deprecated.
use lambdas: (a) -> ...your code...
|
| Modifier and Type | Method and Description |
|---|---|
static <In1,In2,Out> |
Functions.unchecked(Function2WithException<In1,In2,Out> function) |
| 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 © 2021. All rights reserved.