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

java.lang.ref.WeakReference.scala Maven / Gradle / Ivy

There is a newer version: 0.12.1
Show newest version
package java.lang.ref

case class WeakReference[A](value: A) {
    def get(): A = value
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy