api / org.gradle.api / DomainObjectSet / matching

matching

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

Overrides DomainObjectCollection.matching


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

Overrides DomainObjectCollection.matching

{@inheritDoc}