case class EPKState(eOptP: SomeEOptionP, c: OnUpdateContinuation, dependees: Set[SomeEOptionP], dependers: HashSet[EPKState] = new java.util.HashSet(), suppressedDependers: HashSet[EPKState] = new java.util.HashSet()) extends Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def addDependerOrScheduleContinuation(depender: EPKState, dependee: SomeEOptionP, dependeePK: Int, suppressedPKs: Array[Boolean])(implicit ps: PKECPropertyStore): Boolean
- def applyContinuation(oldDependee: SomeEOptionP)(implicit ps: PKECPropertyStore): Unit
- final def asInstanceOf[T0]: T0
- var c: OnUpdateContinuation
- def clone(): AnyRef
- var dependees: Set[SomeEOptionP]
- val dependers: HashSet[EPKState]
- var eOptP: SomeEOptionP
- final def eq(arg0: AnyRef): Boolean
- def equals(obj: Any): Boolean
- final def getClass(): Class[_ <: AnyRef]
- lazy val hashCode: Int
- def interimUpdate(interimEP: InterimEP[Entity, Property], newC: OnUpdateContinuation, newDependees: Set[SomeEOptionP])(implicit ps: PKECPropertyStore): Unit
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def notifyAndClearDependers(oldEOptP: SomeEOptionP, theDependers: HashSet[EPKState], unnotifiedPKs: Set[PropertyKind] = Set.empty)(implicit ps: PKECPropertyStore): Unit
- def partialUpdate(updateComputation: UpdateComputation[Entity, Property])(implicit ps: PKECPropertyStore): Unit
- def productElementNames: Iterator[String]
- def removeDepender(dependerState: EPKState): Unit
- def setFinal(finalEP: FinalEP[Entity, Property], unnotifiedPKs: Set[PropertyKind])(implicit ps: PKECPropertyStore): Unit
- val suppressedDependers: HashSet[EPKState]
- final def synchronized[T0](arg0: => T0): T0
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from Product
Inherited from Equals
Inherited from AnyRef
Inherited from Any