toList

fun <X : A_BasicObject?> toList(tuple: A_Tuple): MutableList<X>

Construct a Java List from the specified tuple. The elements are not made immutable.

Return

The corresponding list of objects.

Parameters

tuple

A tuple.

X

The Java type of the elements.