Uses of Class
edu.rice.cs.plt.iter.MappedIterable

Packages that use MappedIterable
edu.rice.cs.plt.iter A collection of implementations of Iterable and Iterator
 

Uses of MappedIterable in edu.rice.cs.plt.iter
 

Methods in edu.rice.cs.plt.iter that return MappedIterable
static
<S,T> MappedIterable<S,T>
MappedIterable.make(Iterable<? extends S> source, Lambda<? super S,? extends T> map)
          Call the constructor (allows the type arguments to be inferred)