| Package | Description |
|---|---|
| java.util | |
| java.util.function |
| Modifier and Type | Method and Description |
|---|---|
default void |
Map.forEach(BiConsumer<? super K,? super V> action)
Performs the given action for each entry in this map until all entries
have been processed or the action throws an exception.
|
| Modifier and Type | Method and Description |
|---|---|
default BiConsumer<T,U> |
BiConsumer.andThen(BiConsumer<? super T,? super U> after)
Returns a composed
BiConsumer that performs, in sequence, this
operation followed by the after operation. |
| Modifier and Type | Method and Description |
|---|---|
default BiConsumer<T,U> |
BiConsumer.andThen(BiConsumer<? super T,? super U> after)
Returns a composed
BiConsumer that performs, in sequence, this
operation followed by the after operation. |
Copyright © 2025 API Design. All Rights Reserved.