dotty.runtime

LazyVals

Related Doc: package runtime

object LazyVals

Helper methods used in thread-safe lazy vals.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LazyVals
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final val BITS_PER_LAZY_VAL: Long(2L)

  5. def CAS(t: AnyRef, offset: Long, e: Long, v: Int, ord: Int): Boolean

    Annotations
    @inline()
  6. final val LAZY_VAL_MASK: Long(3L)

  7. object Names

  8. def STATE(cur: Long, ord: Int): Long

    Annotations
    @inline()
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. val base: Int

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def compareAndSet(t: AnyRef, off: Long, e: Long, v: Long): Boolean

    Annotations
    @inline()
  13. final val debug: Boolean(false)

  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def get(t: AnyRef, off: Long): Long

    Annotations
    @inline()
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def getMonitor(obj: AnyRef, fieldId: Int = 0): AnyRef

    Annotations
    @inline()
  20. def getOffset(clz: Class[_], name: String): Long

    Annotations
    @inline()
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. val monitors: Array[AnyRef]

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. val processors: Int

  28. def setFlag(t: AnyRef, offset: Long, v: Int, ord: Int): Unit

    Annotations
    @inline()
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def wait4Notification(t: AnyRef, offset: Long, cur: Long, ord: Int): Unit

    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped