api / org.gradle.tooling.model / DomainObjectSet / getAll

getAll

abstract fun getAll(): MutableList<T>

Returns the elements of this set in the set's iteration order.

Return
The elements of this set in the set's iteration order.