| Package | Description |
|---|---|
| org.lambda.actions | |
| org.lambda.actions.implementations | |
| org.lambda.query |
| Modifier and Type | Method and Description |
|---|---|
static <In1> Action1<In1> |
Action1.doNothing() |
static <In> Action1<In> |
Actions.unchecked(Action1WithException<In> action) |
| 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 © 2021. All rights reserved.