c

DFiant.internals

CacheListRW

final case class CacheListRW[T](default: List[T])(implicit owner: Owner, name: Name) extends CacheBoxRW[List[T]] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, CacheBoxRW[List[T]], CacheBoxRO[List[T]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CacheListRW
  2. Serializable
  3. Product
  4. Equals
  5. CacheBoxRW
  6. CacheBoxRO
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

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

Inherited from Product

Inherited from Equals

Inherited from CacheBoxRW[List[T]]

Inherited from CacheBoxRO[List[T]]

Inherited from AnyRef

Inherited from Any

Ungrouped