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
forEach
Methods inherited from class com.github.andrewoma.dexx.collection.internal.base.AbstractTraversable
isEmpty, makeString, makeString, size, to, toArray, toArray, toIndexedList, toSet, toSortedSet, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods 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
-