public static class UberIterators.FunctionIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
| Constructor and Description |
|---|
FunctionIterator(T seed,
java.util.function.Function<T,T> next,
java.util.function.Predicate<T> validator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |