Starmap6<T1, T2, T3, T4, T5, T6> extension

on
  • Iterable<Tuple6<T1, T2, T3, T4, T5, T6>>

Methods

starmap<T>(T toElement(T1, T2, T3, T4, T5, T6)) 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”).