final class CacheDerivedRO[+T] extends CacheBoxRO[T]

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

Instance Constructors

  1. new CacheDerivedRO(sources: List[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
    Definition Classes
    CacheBoxRO
    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. final def boxClear(): Unit
    Attributes
    protected
    Definition Classes
    CacheBoxRO
    Annotations
    @inline()
  7. final def boxIsCyclicError: Boolean
    Attributes
    protected
    Definition Classes
    CacheBoxRO
    Annotations
    @inline()
  8. final def boxIsEmpty: Boolean
    Attributes
    protected
    Definition Classes
    CacheBoxRO
    Annotations
    @inline()
  9. def boxUpdate(): Unit
    Attributes
    protected
    Definition Classes
    CacheBoxRO
  10. final def boxVisit(): Unit
    Attributes
    protected
    Definition Classes
    CacheBoxRO
    Annotations
    @inline()
  11. final def boxed: Boxed[T]
    Attributes
    protected
    Definition Classes
    CacheBoxRO
    Annotations
    @inline()
  12. final def boxed_=(that: Boxed[T]): Unit
    Attributes
    protected[this]
    Definition Classes
    CacheBoxRO
    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
    Definition Classes
    CacheBoxRO
    Annotations
    @inline()
  15. final def dirtyDeps(): Unit
    Attributes
    protected
    Definition Classes
    CacheBoxRO
    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
    Definition Classes
    CacheBoxRO
  19. final def getBoxed: Boxed[T]
    Definition Classes
    CacheBoxRO
  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
    Definition Classes
    CacheBoxRO
    Annotations
    @inline()
  27. val sources: List[CacheBoxRO[_]]
    Definition Classes
    CacheDerivedROCacheBoxRO
  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
    Definition Classes
    CacheBoxRO
    Annotations
    @inline()
  31. def update(): Unit
    Attributes
    protected
    Definition Classes
    CacheBoxRO
    Annotations
    @inline()
  32. final def updateSrcs(): Unit
    Attributes
    protected
    Definition Classes
    CacheBoxRO
    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 CacheBoxRO[T]

Inherited from AnyRef

Inherited from Any

Ungrouped