Movatterモバイル変換


[0]ホーム

URL:


Scala 3
3.7.4
LearnInstallPlaygroundFind A LibraryCommunityBlog
Scala 3
LearnInstallPlaygroundFind A LibraryCommunityBlog
DocsAPI
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL
Scala 3/scala/scala.runtime/LazyVals

LazyVals

scala.runtime.LazyVals
objectLazyVals

Helper methods used in thread-safe lazy vals.

Attributes

Source
LazyVals.scala
Graph
Supertypes
classObject
traitMatchable
classAny
Self type

Members list

Type members

Classlikes

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

Attributes

Source
LazyVals.scala
Supertypes
classObject
traitMatchable
classAny
Known subtypes
objectEvaluating
objectNullValue
classWaiting
objectNames

Attributes

Source
LazyVals.scala
Supertypes
classObject
traitMatchable
classAny
Self type
Names.type

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

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

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
classObject
traitMatchable
classAny
Show all

Value members

Concrete methods

defCAS(t:Object,offset:Long,e:Long,v:Int,ord:Int):Boolean

Attributes

Source
LazyVals.scala
defSTATE(cur:Long,ord:Int):Long

Attributes

Source
LazyVals.scala
defget(t:Object,off:Long):Long

Attributes

Source
LazyVals.scala
defgetOffset(clz:Class[_],name:String):Long

Attributes

Source
LazyVals.scala

Attributes

Source
LazyVals.scala

Attributes

Source
LazyVals.scala
defobjCAS(t:Object,offset:Long,exp:Object,n:Object):Boolean

Attributes

Source
LazyVals.scala
defsetFlag(t:Object,offset:Long,v:Int,ord:Int):Unit

Attributes

Source
LazyVals.scala
defwait4Notification(t:Object,offset:Long,cur:Long,ord:Int):Unit

Attributes

Source
LazyVals.scala

Concrete fields

finalvalBITS_PER_LAZY_VAL: 2L

Attributes

Source
LazyVals.scala
In this article
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL

[8]ページ先頭

©2009-2025 Movatter.jp