RecordOfValuesExtension8<T1, T2, T3, T4, T5, T6, T7, T8> extension

Extension on a Record with 8 positional values.

on
  • (T1, T2, T3, T4, T5, T6, T7, T8)

Properties

eighth → T8

Available on (T1, T2, T3, T4, T5, T6, T7, T8), provided by the RecordOfValuesExtension8 extension

Returns the eighth element of this record.
no setter
fifth → T5

Available on (T1, T2, T3, T4, T5, T6, T7, T8), provided by the RecordOfValuesExtension8 extension

Returns the fifth element of this record.
no setter
first → T1

Available on (T1, T2, T3, T4, T5, T6, T7, T8), provided by the RecordOfValuesExtension8 extension

Returns the first element of this record.
no setter
fourth → T4

Available on (T1, T2, T3, T4, T5, T6, T7, T8), provided by the RecordOfValuesExtension8 extension

Returns the fourth element of this record.
no setter
last → T8

Available on (T1, T2, T3, T4, T5, T6, T7, T8), provided by the RecordOfValuesExtension8 extension

Returns the last element of this record.
no setter
second → T2

Available on (T1, T2, T3, T4, T5, T6, T7, T8), provided by the RecordOfValuesExtension8 extension

Returns the second element of this record.
no setter
seventh → T7

Available on (T1, T2, T3, T4, T5, T6, T7, T8), provided by the RecordOfValuesExtension8 extension

Returns the seventh element of this record.
no setter
sixth → T6

Available on (T1, T2, T3, T4, T5, T6, T7, T8), provided by the RecordOfValuesExtension8 extension

Returns the sixth element of this record.
no setter
third → T3

Available on (T1, T2, T3, T4, T5, T6, T7, T8), provided by the RecordOfValuesExtension8 extension

Returns the third element of this record.
no setter

Methods

map<R>(R callback(T1, T2, T3, T4, T5, T6, T7, T8)) → R

Available on (T1, T2, T3, T4, T5, T6, T7, T8), provided by the RecordOfValuesExtension8 extension

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