Class TrampoliningIterator<A,B>
java.lang.Object
com.jnape.palatable.lambda.internal.iteration.TrampoliningIterator<A,B>
- All Implemented Interfaces:
Iterator<B>
-
Constructor Summary
ConstructorsConstructorDescriptionTrampoliningIterator(Fn1<? super A, ? extends Iterable<RecursiveResult<A, B>>> fn, A a) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, remove
-
Constructor Details
-
TrampoliningIterator
-
-
Method Details
-
hasNext
-
next
-