trait SplittableDomWithBottom[D] extends Splittable[D] with DomWithBottom[D]

Linear Supertypes
DomWithBottom[D], Splittable[D], Dom[D], IDom[D], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SplittableDomWithBottom
  2. DomWithBottom
  3. Splittable
  4. Dom
  5. IDom
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type Delta
    Definition Classes
    Dom
  2. type Domain = D
    Definition Classes
    IDom
  3. type IDelta[D1, D2] = Delta
    Definition Classes
    DomIDom
  4. abstract type Update
    Definition Classes
    DomIDom

Abstract Value Members

  1. abstract def appendDeltas(d1: Delta, d2: Delta): Delta

    Associative, idempotent and monotonic (non-decreasing) operation to combine diffs.

    Associative, idempotent and monotonic (non-decreasing) operation to combine diffs.

    Definition Classes
    Dom
  2. abstract def assess(d: D): Status[Update]
    Definition Classes
    Splittable
  3. abstract def bottom: D
    Definition Classes
    DomWithBottom
  4. abstract def update[D0 <: D](d: D0, u: Update): UpdateResult[D, IDelta, D0]

    Applies the monotonic update u to d, obtaining d1 ≥ d and a description of the diff.

    Applies the monotonic update u to d, obtaining d1 ≥ d and a description of the diff. If the update doesn't have any effect on d, returns Unchanged. In addition to being monotonic, updates also have to be _commutative_ and _idempotent_ (when the deltas are combined using composeDeltas).

    Definition Classes
    IDom

Concrete 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 asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final def aux: Aux[D, Update, IDelta]
    Definition Classes
    IDom
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. final def composeDeltas[D1, D2, D3](δ1: IDelta[D2, D3], δ2: IDelta[D1, D2]): IDelta[D1, D3]
    Definition Classes
    DomIDom
  8. def deltaSemigroup: Semigroup[Delta]
    Definition Classes
    Dom
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def isFailed(d: D): Boolean
    Definition Classes
    SplittableIDom
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isUnresolved(d: D): Boolean
    Definition Classes
    Splittable
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. def update_(d: D, u: Update): D

    A variation on update that always returns the updated value, whether changed or unchaged.

    A variation on update that always returns the updated value, whether changed or unchaged.

    Definition Classes
    Dom
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. 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

Inherited from DomWithBottom[D]

Inherited from Splittable[D]

Inherited from Dom[D]

Inherited from IDom[D]

Inherited from AnyRef

Inherited from Any

Ungrouped