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
- Alphabetic
- By Inheritance
- EPKState
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new EPKState(eOptP: SomeEOptionP, c: OnUpdateContinuation, dependees: Set[SomeEOptionP], dependers: HashSet[EPKState] = new java.util.HashSet(), suppressedDependers: HashSet[EPKState] = new java.util.HashSet())
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
- 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
- Definition Classes
- Any
- var c: OnUpdateContinuation
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- var dependees: Set[SomeEOptionP]
- val dependers: HashSet[EPKState]
- var eOptP: SomeEOptionP
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- EPKState → Equals → AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
lazy val
hashCode: Int
- Definition Classes
- EPKState → AnyRef → Any
- def interimUpdate(interimEP: InterimEP[Entity, Property], newC: OnUpdateContinuation, newDependees: Set[SomeEOptionP])(implicit ps: PKECPropertyStore): Unit
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
- 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 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
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated