forEach

suspend fun <T : Any> DataSet<T>.forEach(block: suspend (NamedData<T>) -> Unit)