com.github.andrewoma.dexx.collection.internal.base
Class MappedIterable<T,F>
java.lang.Object
com.github.andrewoma.dexx.collection.internal.base.AbstractTraversable<E>
com.github.andrewoma.dexx.collection.internal.base.AbstractIterable<T>
com.github.andrewoma.dexx.collection.internal.base.MappedIterable<T,F>
- All Implemented Interfaces:
- Traversable<T>, Iterable<T>
public class MappedIterable<T,F>
- extends AbstractIterable<T>
| Methods inherited from class com.github.andrewoma.dexx.collection.internal.base.AbstractTraversable |
isEmpty, makeString, makeString, size, to, toArray, toArray, toIndexedList, toSet, toSortedSet, toString |
MappedIterable
public MappedIterable(Iterable<F> from,
Function<F,T> mapFunction)
iterator
@NotNull
public Iterator<T> iterator()
Copyright © 2014. All Rights Reserved.