onNull

inline fun <T> Collection<T>?.onNull(onNotNull: () -> Unit = {}, function: () -> Unit)