| Package | Description |
|---|---|
| math.fun |
Basic functions for math computations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DForEachBi.forEachRemaining(DBiConsumer action)
Performs the given action for each remaining element sequentially until
all elements have been processed or the action throws an exception.
|
boolean |
DForEachBi.tryAdvance(DBiConsumer action)
If a remaining element exists, performs the given action on it, returning
true; else returns false. |
Copyright © 2022. All rights reserved.