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>
-
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
-
Constructor Details
-
MappedIterable
-
-
Method Details
-
iterator
-