sealed class CacheBoxRO[+T] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CacheBoxRO
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CacheBoxRO(updateFunc: => T)(implicit owner: Owner, name: Name)

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 def addDependency(st: CacheBoxRO[_]): Unit
    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. final def boxClear(): Unit
    Attributes
    protected
    Annotations
    @inline()
  7. final def boxIsCyclicError: Boolean
    Attributes
    protected
    Annotations
    @inline()
  8. final def boxIsEmpty: Boolean
    Attributes
    protected
    Annotations
    @inline()
  9. def boxUpdate(): Unit
    Attributes
    protected
  10. final def boxVisit(): Unit
    Attributes
    protected
    Annotations
    @inline()
  11. final def boxed: Boxed[T]
    Attributes
    protected
    Annotations
    @inline()
  12. final def boxed_=(that: Boxed[T]): Unit
    Attributes
    protected[this]
    Annotations
    @inline()
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  14. final def dirty(): Unit
    Attributes
    protected
    Annotations
    @inline()
  15. final def dirtyDeps(): Unit
    Attributes
    protected
    Annotations
    @inline()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. lazy val fullName: String
  19. final def getBoxed: Boxed[T]
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def removeDependency(st: CacheBoxRO[_]): Unit
    Annotations
    @inline()
  27. def sources: List[CacheBoxRO[_]]
    Attributes
    protected
    Annotations
    @inline()
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. final def toString(): String
    Definition Classes
    CacheBoxRO → AnyRef → Any
    Annotations
    @inline()
  30. final def unbox: T
    Annotations
    @inline()
  31. def update(): Unit
    Attributes
    protected
    Annotations
    @inline()
  32. final def updateSrcs(): Unit
    Attributes
    protected
    Annotations
    @inline()
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped