| Package | Description |
|---|---|
| com.landawn.abacus.util | |
| com.landawn.abacus.util.function |
| Modifier and Type | Method and Description |
|---|---|
static <T,E extends Exception> |
ExceptionalStream.iterate(Throwables.BooleanSupplier<? extends E> hasNext,
Throwables.Supplier<? extends T,E> next) |
static <T> ExceptionalStream<T,RuntimeException> |
ExceptionalStream.Seq.iterate(Throwables.BooleanSupplier<? extends RuntimeException> hasNext,
Throwables.Supplier<? extends T,RuntimeException> next)
Deprecated.
|
static <T,E extends Exception> |
ExceptionalStream.iterate(T init,
Throwables.BooleanSupplier<? extends E> hasNext,
Throwables.UnaryOperator<T,? extends E> f) |
static <T> ExceptionalStream<T,RuntimeException> |
ExceptionalStream.Seq.iterate(T init,
Throwables.BooleanSupplier<? extends RuntimeException> hasNext,
Throwables.UnaryOperator<T,? extends RuntimeException> f)
Deprecated.
|
<E extends Exception> |
u.OptionalBoolean.orElseGet(Throwables.BooleanSupplier<E> other)
Or else get.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanSupplier
Refer to JDK API documentation at: https://docs.oracle.com/javase/8/docs/api/java/util/function/package-summary.html
|
Copyright © 2021. All rights reserved.