c

DFiant.internals

CacheDerivedMapRO

final case class CacheDerivedMapRO[A, B, T](source: CacheListRW[T])(default: Map[A, B])(op: (Map[A, B], T) => Map[A, B])(implicit owner: Owner, name: Name) extends CacheBoxRO[Map[A, B]] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, CacheBoxRO[Map[A, B]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CacheDerivedMapRO
  2. Serializable
  3. Product
  4. Equals
  5. CacheBoxRO
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

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

Inherited from AnyRef

Inherited from Any

Ungrouped