api / org.gradle.api / NamedDomainObjectCollection / matching

matching

abstract fun matching(spec: Spec<in T>): NamedDomainObjectCollection<T>

Overrides DomainObjectCollection.matching


abstract fun matching(spec: Closure<Any>): NamedDomainObjectCollection<T>

Overrides DomainObjectCollection.matching

{@inheritDoc}