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

jvmJsMain.com.arkivanov.mvikotlin.utils.internal.IsolatedRef.kt Maven / Gradle / Ivy

There is a newer version: 3.3.0
Show newest version
package com.arkivanov.mvikotlin.utils.internal

actual class IsolatedRef actual constructor(value: T) {

    actual val valueOrNull: T? = value
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy