| 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.
|
<E2 extends Exception> |
ExceptionalStream.forEachToBreak(MutableBoolean flagToBreak,
Throwables.Consumer<? super T,E2> action) |
static <T> Predicate<T> |
Fn.Predicates.invertedByDuration(long delayInMillis,
long periodInMillis,
MutableBoolean cancellationFlag)
Deprecated.
|
static <T> Predicate<T> |
Fn.Predicates.invertedByDuration(long delayInMillis,
long periodInMillis,
MutableBoolean cancellationFlag,
Runnable update)
Deprecated.
|
static <T> Predicate<T> |
Fn.Predicates.invertedByDuration(long periodInMillis,
MutableBoolean cancellationFlag)
Deprecated.
|
static <T> Predicate<T> |
Fn.Predicates.invertedByDuration(long periodInMillis,
MutableBoolean cancellationFlag,
Runnable update)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<E2 extends Exception> |
ExceptionalStream.forEachToBreak(Throwables.BiConsumer<? super T,MutableBoolean,E2> action) |
Copyright © 2021. All rights reserved.