GenericIterableExtentions<T> extension

on

Methods

firstOrDefault(T defaultValue) → T?
mapIndexed<E>(E f(int index, T item)) Iterable<E>