object InterimResult
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def apply[P >: Null <: Property](e: Entity, lb: P, ub: P, dependees: Set[SomeEOptionP], c: ProperOnUpdateContinuation): InterimResult[P]
- def apply[P >: Null <: Property](eps: InterimEP[Entity, P], dependees: Set[SomeEOptionP], c: ProperOnUpdateContinuation): InterimResult[P]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def create[DependeeE <: Entity, DependeeP <: Property, P >: Null <: Property](e: Entity, lb: P, ub: P, dependees: Set[SomeEOptionP], c: QualifiedOnUpdateContinuation[DependeeE, DependeeP]): InterimResult[P]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def forLB[P >: Null <: Property](e: Entity, lb: P, dependees: Set[SomeEOptionP], c: ProperOnUpdateContinuation): InterimResult[P]
- def forUB[P >: Null <: Property](e: Entity, ub: P, dependees: Set[SomeEOptionP], c: ProperOnUpdateContinuation): InterimResult[P]
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- def unapply[P >: Null <: Property](r: InterimResult[P]): Some[(SomeEPS, Iterable[SomeEOptionP], OnUpdateContinuation)]
- 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 AnyRef
Inherited from Any