api / org.gradle.api / NamedDomainObjectSet / withType

withType

abstract fun <S : T> withType(type: Class<S>): NamedDomainObjectSet<S>

Overrides NamedDomainObjectCollection.withType

{@inheritDoc}