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

commonMain.co.touchlab.skie.configuration.util.StringThrowIfNull.kt Maven / Gradle / Ivy

There is a newer version: 0.10.1
Show newest version
package co.touchlab.skie.configuration.util

fun String?.throwIfNull(): String =
    this ?: throw IllegalStateException("Parsing error: value is not expected to be null")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy