trait JoinDom[D] extends SyncDom[D]
Typeclass for domains that are join-semilattices.
- Alphabetic
- By Inheritance
- JoinDom
- SyncDom
- Dom
- IDom
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
Abstract Value Members
- 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
- abstract def isFailed(d: D): Boolean
- Definition Classes
- IDom
- abstract def toJoinUpdate(d: D): Update
- abstract def update[D0 <: D](d: D0, u: Update): UpdateResult[D, IDelta, D0]
Applies the monotonic update
u
tod
, obtainingd1 ≥ d
and a description of the diff.Applies the monotonic update
u
tod
, obtainingd1 ≥ d
and a description of the diff. If the update doesn't have any effect ond
, returnsUnchanged
. 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def aux: Aux[D, Update, IDelta]
- Definition Classes
- IDom
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def composeDeltas[D1, D2, D3](δ1: IDelta[D2, D3], δ2: IDelta[D1, D2]): IDelta[D1, D3]
- def deltaSemigroup: Semigroup[Delta]
- Definition Classes
- Dom
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def join(d1: D, d2: D): D
Join operation (as in join-semilattice).
- def ljoin[D0 <: D](d1: D0, d2: D): UpdateResult[D, IDelta, D0]
Asymmetric join operation: performs join and returns
Updated
if the result is different from the left argument,Unchanged
if the result is the same as the left argument. - final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toPatch(d: D, δ: Delta): Update
- def toString(): String
- Definition Classes
- AnyRef → Any
- def update_(d: D, u: Update): D
A variation on update that always returns the updated value, whether changed or unchaged.
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated