scala.ref.WeakReference
See theWeakReference companion class
object WeakReference
An extractor for weak reference values
Attributes
- Companion
- class
- Source
- WeakReference.scala
- Graph
-
- Supertypes
- Self type
-
WeakReference.type
Members list
Value members
Concrete methods
Creates a weak reference pointing to value
Optionally returns the referenced value, or None
if that value no longer exists
Optionally returns the referenced value, or None
if that value no longer exists
Attributes
- Source
- WeakReference.scala
In this article