api / org.gradle.api / DomainObjectCollection / configureEach

configureEach

@Incubating abstract fun configureEach(action: Action<in T>): Unit

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

Parameters

action - A Action that can configure the element when required.

Since
4.9