Class MappedIterable<T,F>
java.lang.Object
com.github.andrewoma.dexx.collection.internal.base.AbstractTraversable<T>
com.github.andrewoma.dexx.collection.internal.base.AbstractIterable<T>
com.github.andrewoma.dexx.collection.internal.base.MappedIterable<T,F>
- All Implemented Interfaces:
Iterable<T>, Traversable<T>, Iterable<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractIterable
forEachMethods inherited from class AbstractTraversable
isEmpty, makeString, makeString, size, to, toArray, toArray, toIndexedList, toSet, toSortedSet, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface Traversable
isEmpty, makeString, makeString, size, to, toArray, toArray, toIndexedList, toSet, toSortedSet
-
Field Details
-
mapFunction
-
from
-
-
Constructor Details
-
MappedIterable
-
-
Method Details
-
iterator
-