| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
static MutableBoolean |
MutableBoolean.of(boolean value) |
| Modifier and Type | Method and Description |
|---|---|
int |
MutableBoolean.compareTo(MutableBoolean other)
Compares this mutable to another in ascending order.
|
void |
ExceptionalStream.forEachToBreak(MutableBoolean flagToBreak,
Throwables.Consumer<? super T,E> action) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExceptionalStream.forEachToBreak(Throwables.BiConsumer<? super T,MutableBoolean,E> action) |
Copyright © 2021. All rights reserved.