RecordOfValuesExtension3<T1, T2, T3> extension

Extension on a Record with 3 positional values.

on
  • (T1, T2, T3)

Methods

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

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

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