Class Iterables.IteratingIterable<A>
java.lang.Object
io.atlassian.fugue.Iterables.IteratingIterable<A>
- All Implemented Interfaces:
Iterable<A>
- Enclosing class:
Iterables
-
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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
f
-
start
-
-
Constructor Details
-
IteratingIterable
-
-
Method Details
-
iterator
-