WeakRef

interface WeakRef<T : Any>(source)

A weak reference definition.

Author

ForteScarlet

Inheritors

Properties

Link copied to clipboard
abstract val value: T?

Functions

Link copied to clipboard
abstract fun clear()

Inherited functions

Link copied to clipboard
operator fun <T : Any> WeakRef<T>.getValue(o: Any?, property: KProperty<*>): T?

Delegate WeakRef.value to a property.