api / org.gradle.api / DomainObjectCollection / findAll

findAll

abstract fun findAll(spec: Closure<Any>): MutableCollection<T>

Returns a collection which contains the objects in this collection which meet the given closure specification.

Parameters

spec - The specification to use. The closure gets a collection element as an argument.

Return
The collection of matching objects. Returns an empty collection if there are no such objects in this collection.