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

getAt

abstract fun getAt(index: Int): T

Returns the element at the given index according to the set's iteration order.

Parameters

index - The index of the element to get.

Return
The element at the given index according to the set's iteration order.