Starmap7<T1, T2, T3, T4, T5, T6, T7> extension

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

Methods

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