ReferenceQueue

scala.ref.ReferenceQueue
class ReferenceQueue[+T <: AnyRef]

Attributes

Source
ReferenceQueue.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def poll: Option[Reference[T]]

Attributes

Source
ReferenceQueue.scala

Attributes

Source
ReferenceQueue.scala
def remove(timeout: Long): Option[Reference[T]]

Attributes

Source
ReferenceQueue.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
ReferenceQueue.scala