forEachNotNull

inline fun <T : Any> Iterable<T?>.forEachNotNull(action: (T) -> Unit)(source)

Performs the given action on each element that is not null.