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