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 com.github.andrewoma.dexx.collection.internal.base.AbstractIterable
forEachMethods inherited from class com.github.andrewoma.dexx.collection.internal.base.AbstractTraversable
isEmpty, makeString, makeString, size, to, toArray, toArray, toIndexedList, toSet, toSortedSet, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface com.github.andrewoma.dexx.collection.Traversable
isEmpty, makeString, makeString, size, to, toArray, toArray, toIndexedList, toSet, toSortedSet
-
Field Details
-
mapFunction
-
from
-
-
Constructor Details
-
MappedIterable
-
-
Method Details
-
iterator
-