Reference

trait Reference[+T <: AnyRef] extends () => T
See also:

java.lang.ref.Reference

Source:
Reference.scala
trait () => T
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(): T

return the underlying value

return the underlying value

Source:
Reference.scala
def get: Option[T]

return Some underlying if it hasn't been collected, otherwise None

return Some underlying if it hasn't been collected, otherwise None

Source:
Reference.scala

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Source:
Reference.scala