IterableWhereIndexed<E> extension

on

Methods

whereIndexed(bool predicate(E element, int index)) Iterable<E>
Returns all elements that satisfy the given predicate.