Companion

Since Kotlin

1.3

Functions

Link copied to clipboard
fun <T : Any> create(any: T): StableRef<T>

Creates a handle for given object.

Since Kotlin 1.3
Link copied to clipboard

Creates StableRef from given raw value.

Since Kotlin 1.3