All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.dev.inmo.micro_utils.common.IterableFirstNotNull.kt Maven / Gradle / Ivy

The newest version!
package dev.inmo.micro_utils.common

fun  Iterable.firstNotNull() = first { it != null }!!




© 2015 - 2025 Weber Informatics LLC | Privacy Policy