asKotlinList

fun <A> Seq<A>.asKotlinList(): List<A>

See also

CollectionConverters.asJava

for more information.