commonMain.dev.inmo.micro_utils.common.IterableFirstNotNull.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of micro_utils.common-jvm Show documentation
Show all versions of micro_utils.common-jvm Show documentation
It is set of projects with micro tools for avoiding of routines coding
The newest version!
package dev.inmo.micro_utils.common
fun Iterable.firstNotNull() = first { it != null }!!
© 2015 - 2025 Weber Informatics LLC | Privacy Policy