RecordOfValuesExtension6<T1, T2, T3, T4, T5, T6> extension
Extension on a Record with 6 positional values.
- on
-
- (T1, T2, T3, T4, T5, T6)
Methods
-
map<
R> (R callback(T1, T2, T3, T4, T5, T6)) → R -
Available on (T1, T2, T3, T4, T5, T6), provided by the RecordOfValuesExtension6 extension
Converts this Record with 6 positional values to a new typeR
using the providedcallback
with 6 positional arguments.