commonMain.org.brightify.hyperdrive.utils.WeakReference.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-utils-jvm Show documentation
Show all versions of kotlin-utils-jvm Show documentation
Module containing various utils used throughout Hyperdrive.
package org.brightify.hyperdrive.utils
public expect class WeakReference(referred: T) {
public fun get(): T?
public fun clear()
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy