scala.ref (original) (raw)

Members list

A companion object that implements an extractor for SoftReference values

A companion object that implements an extractor for SoftReference values

Attributes

Companion

class

Source

SoftReference.scala

Supertypes

Self type

A wrapper class for java.lang.ref.WeakReference The new functionality is (1) results are Option values, instead of using null.

A wrapper class for java.lang.ref.WeakReference The new functionality is (1) results are Option values, instead of using null. (2) There is an extractor that maps the weak reference itself into an option.

Attributes

Companion

object

Source

WeakReference.scala

Supertypes

An extractor for weak reference values

In this article