scala.ref.SoftReference
See theSoftReference companion class
object SoftReference
A companion object that implements an extractor for SoftReference values
Attributes
- Companion
- class
- Source
- SoftReference.scala
- Graph
-
- Supertypes
- Self type
-
SoftReference.type
Members list
Value members
Concrete methods
Creates a SoftReference 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
- SoftReference.scala
In this article