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

com.github.jasync.sql.db.util.KotlinUtils.kt Maven / Gradle / Ivy

@file:Suppress("NOTHING_TO_INLINE", "FunctionName")

package com.github.jasync.sql.db.util

inline fun XXX(reason: String): Nothing =
    throw UnsupportedOperationException("An operation is not implemented: $reason")

val String.size: Int get() = this.length




© 2015 - 2025 Weber Informatics LLC | Privacy Policy