RecordOfValuesExtension4<T1, T2, T3, T4> extension

Extension on a Record with 4 positional values.

on
  • (T1, T2, T3, T4)

Methods

map<R>(R callback(T1, T2, T3, T4)) → R

Available on (T1, T2, T3, T4), provided by the RecordOfValuesExtension4 extension

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