datasetForeach

fun datasetForeach(datasetLocation: <Error class: unknown class>, func: DataForeachFunc)

Calls the given function for each data element which is associated with the given location. Note that this function is NOT thread-safe. So unless @dataset_location can be protected from any modifications during invocation of this function, it should not be called.

Parameters

datasetLocation

the location identifying the dataset.

func

the function to call for each data element.