api / org.gradle.api.plugins / PluginCollection / matching

matching

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

Overrides DomainObjectSet.matching


abstract fun matching(closure: Closure<Any>): PluginCollection<T>

Overrides DomainObjectSet.matching

{@inheritDoc}