| Package | Description |
|---|---|
| org.lambda.actions | |
| 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 | 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 © 2022. All rights reserved.