forEach

inline fun <T> Dataset<T>.forEach(noinline func: (T) -> Unit)

(Kotlin-specific) Applies a function func to all rows.