api / org.gradle.api / NamedDomainObjectCollection / withType

withType

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

Overrides DomainObjectCollection.withType

{@inheritDoc}