RecordOfValuesExtension9<T1, T2, T3, T4, T5, T6, T7, T8, T9> extension

Extension on a Record with 9 positional values.

on
  • (T1, T2, T3, T4, T5, T6, T7, T8, T9)

Methods

map<R>(R callback(T1, T2, T3, T4, T5, T6, T7, T8, T9)) → R

Available on (T1, T2, T3, T4, T5, T6, T7, T8, T9), provided by the RecordOfValuesExtension9 extension

Converts this Record with 9 positional values to a new type R using the provided callback with 9 positional arguments.