Package io.atlassian.fugue
Class Iterables.IteratingIterable<A>
java.lang.Object
io.atlassian.fugue.Iterables.IteratingIterable<A>
- All Implemented Interfaces:
Iterable<A>
- Enclosing class:
Iterables
Infinite iterable that repeatedly applies
f to start-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateIteratingIterable(Function<? super A, ? extends A> f, A start) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator