api / org.gradle.api / DomainObjectCollection / addLater

addLater

@Incubating abstract fun addLater(provider: Provider<out T>): Unit

Adds an element to this collection, given a Provider that will provide the element when required. Note: this method currently has a placeholder name and will almost certainly be renamed.

Parameters

provider - A Provider that can provider the element when required.

Since
4.8