LazyVals (original) (raw)
scala.runtime.LazyVals
Helper methods used in thread-safe lazy vals.
Attributes
Source
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
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
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
Supertypes
In this article