configureEach

abstract fun configureEach(action: Action<in T>)(source)

Configures each element in this collection using the given action, as each element is required. Actions are run in the order added.

Since

4.9

Parameters

action

A Action that can configure the element when required.