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

commonMain.arrow.optics.predef.kt Maven / Gradle / Ivy

There is a newer version: 2.0.1-alpha.1
Show newest version
package arrow.optics

@Suppress("ClassName")
internal object EMPTY_VALUE {
  @Suppress("UNCHECKED_CAST", "NOTHING_TO_INLINE")
  inline fun  unbox(value: Any?): T =
    if (value === this) null as T else value as T
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy