toList

fun <T> Tuple4<T, T, T, T>.toList(): List<T>

Converts this Tuple4 into a List.

Since

3.0.0


fun <T> Tuple5<T, T, T, T, T>.toList(): List<T>

Converts this Tuple5 into a List.

Since

3.0.0


fun <T> Tuple6<T, T, T, T, T, T>.toList(): List<T>

Converts this Tuple6 into a List.

Since

3.0.0


fun <T> Tuple7<T, T, T, T, T, T, T>.toList(): List<T>

Converts this Tuple7 into a List.

Since

3.0.0


fun <T> Tuple8<T, T, T, T, T, T, T, T>.toList(): List<T>

Converts this Tuple8 into a List.

Since

3.0.0


fun <T> Tuple9<T, T, T, T, T, T, T, T, T>.toList(): List<T>

Converts this Tuple9 into a List.

Since

3.0.0