api / org.gradle.api / NamedDomainObjectContainer / configure

configure

abstract fun configure(configureClosure: Closure<Any>): NamedDomainObjectContainer<T>

Allows the container to be configured, creating missing objects as they are referenced.

TODO: example usage

Parameters

configureClosure - The closure to configure this container with

Return
This.