inspect Each
fun <D, I> Inspector<List<D>>.inspectEach(idProvider: IdProvider<D, I>, action: (Inspector<D>) -> Unit)
Performs the given action on each Inspector.
Parameters
id Provider
to get the id from an instance
action
function which gets applied to all Inspectors
Performs the given action on each Inspector.
Parameters
action
function which gets applied to all Inspectors