| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.booleans |
Provides type-specific classes for boolean elements or keys.
|
| Modifier and Type | Method and Description |
|---|---|
default BooleanConsumer |
BooleanConsumer.andThen(BooleanConsumer after) |
| Modifier and Type | Method and Description |
|---|---|
default BooleanConsumer |
BooleanConsumer.andThen(BooleanConsumer after) |
default void |
BooleanIterable.forEach(BooleanConsumer action)
Performs the given action for each element of this type-specific
Iterable
until all elements have been processed or the action throws an
exception. |
default void |
BooleanIterator.forEachRemaining(BooleanConsumer action)
Performs the given action for each remaining element until all elements
have been processed or the action throws an exception.
|
Copyright © 2020. All rights reserved.