| Package | Description |
|---|---|
| com.landawn.abacus.util | |
| com.landawn.abacus.util.function |
| Modifier and Type | Method and Description |
|---|---|
static <T,E extends Throwable> |
Fn.Fnn.from(UnaryOperator<T> op) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
static <T,E extends Exception> |
ExceptionalStream.iterate(T init,
Throwables.Predicate<? super T,? extends E> hasNext,
Throwables.UnaryOperator<T,? extends E> f) |
static <T> ExceptionalStream<T,RuntimeException> |
ExceptionalStream.Seq.iterate(T init,
Throwables.Predicate<? super T,RuntimeException> hasNext,
Throwables.UnaryOperator<T,RuntimeException> f)
Deprecated.
|
static <T,E extends Exception> |
ExceptionalStream.iterate(T init,
Throwables.UnaryOperator<T,? extends E> f) |
static <T> ExceptionalStream<T,RuntimeException> |
ExceptionalStream.Seq.iterate(T init,
Throwables.UnaryOperator<T,RuntimeException> f)
Deprecated.
|
static <T,E extends Exception> |
N.replaceAll(List<T> list,
Throwables.UnaryOperator<T,E> operator) |
static <T,E extends Exception> |
N.replaceAll(T[] a,
Throwables.UnaryOperator<T,E> operator) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UnaryOperator<T>
Refer to JDK API documentation at: https://docs.oracle.com/javase/8/docs/api/java/util/function/package-summary.html
|
| Modifier and Type | Method and Description |
|---|---|
default <E extends Throwable> |
UnaryOperator.toThrowable() |
Copyright © 2021. All rights reserved.