toList

inline fun <T> Dataset<*>.toList(): List<T>

Collects the dataset as list where each item has been mapped to type T.