forEachIndexed

fun forEachIndexed(action: (index: Int, T) -> Unit)

For-each loop with index for.

Return

Self the finder

Parameters

action

the action