api / org.gradle.api.tasks / TaskCollection / withType

withType

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

Overrides NamedDomainObjectSet.withType

{@inheritDoc}