Class UnfoldingIterator<A,B>
java.lang.Object
com.jnape.palatable.lambda.internal.iteration.ImmutableIterator<A>
com.jnape.palatable.lambda.internal.iteration.UnfoldingIterator<A,B>
- All Implemented Interfaces:
Iterator<A>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ImmutableIterator
removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
function
-
seed
-
maybeAcc
-
-
Constructor Details
-
UnfoldingIterator
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-