| Package | Description |
|---|---|
| org.lambda.actions.implementations | |
| org.lambda.query |
| Modifier and Type | Class and Description |
|---|---|
class |
A1<In>
Deprecated.
use lambdas: (a) -> ...your code...
|
| Modifier and Type | Method and Description |
|---|---|
static <In> void |
Loops.forEach(Iterable<In> list,
Action1<In> doForEach) |
static <T> void |
ParallelLoops.forEach(Iterable<T> list,
Action1<T> a1) |
Copyright © 2018. All rights reserved.