LazyVals (original) (raw)

scala.runtime.LazyVals

Helper methods used in thread-safe lazy vals.

Attributes

Source

LazyVals.scala

Graph

Supertypes

Self type

Members list

Used to indicate the state of a lazy val that is currently being evaluated with no other thread awaiting its result.

Used to indicate the state of a lazy val that is currently being evaluated with no other thread awaiting its result.

Attributes

Source

LazyVals.scala

Supertypes

Self type

Used to indicate the state of a lazy val that has been evaluated to null.

Used to indicate the state of a lazy val that has been evaluated to null.

Attributes

Source

LazyVals.scala

Supertypes

Self type

Used to indicate the state of a lazy val that is being evaluated and of which other threads await the result.

Used to indicate the state of a lazy val that is being evaluated and of which other threads await the result.

Attributes

Source

LazyVals.scala

Supertypes

In this article