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

commonMain.io.github.vinccool96.ref.WeakReferenceFactory.kt Maven / Gradle / Ivy

package io.github.vinccool96.ref

expect object WeakReferenceFactory {

    fun  createWeakRef(referent: T): WeakReference

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy