onEachIndexed

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

On-each loop with index for.

Return

Self the finder

Parameters

action

the action