static <T,E extends Exception> ExceptionalStream<T,E> |
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) |
static <T,E extends Exception> ExceptionalStream<T,E> |
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) |
static <T,E extends Exception> ExceptionalStream<T,E> |
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) |
static <T,E extends Exception> int |
N.replaceAll(List<T> list,
Throwables.UnaryOperator<T,E> operator) |
static <T,E extends Exception> void |
N.replaceAll(T[] a,
Throwables.UnaryOperator<T,E> operator) |