Starmap2<T1, T2> extension

on

Methods

starmap<T>(T toElement(T1, T2)) Iterable<T>
Make an iterator that computes the function using arguments obtained from the iterable. Used instead of map() when argument parameters are already grouped in tuples from a single iterable (the data has been “pre-zipped”).