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