api / org.gradle.api / NamedDomainObjectSet / matching

matching

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

Overrides NamedDomainObjectCollection.matching


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

Overrides NamedDomainObjectCollection.matching

{@inheritDoc}