ReferenceQueue
Kotlin
|Java
open expect class ReferenceQueue<T>
kotlin.Any | |
↳ | androidx.compose.runtime.ReferenceQueue |
Summary
Public constructors | |
---|---|
<init>() |
Public methods | |
---|---|
open Reference<out T>? |
poll() |
Public constructors
<init>
ReferenceQueue()
Public methods
poll
open fun poll(): Reference<out T>?