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

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

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

Methods in edu.rice.cs.plt.iter that return BinaryMappedIterable
static
<T1,T2,R> BinaryMappedIterable<T1,T2,R>
BinaryMappedIterable.make(Iterable<? extends T1> source1, Iterable<? extends T2> source2, Lambda2<? super T1,? super T2,? extends R> map)
          Call the constructor (allows the type arguments to be inferred)