api / org.gradle.api / DomainObjectSet / withType

withType

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

Overrides DomainObjectCollection.withType

{@inheritDoc}