Packages

object InterimResult

Source
PropertyComputationResult.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InterimResult
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply[P >: Null <: Property](e: Entity, lb: P, ub: P, dependees: Set[SomeEOptionP], c: ProperOnUpdateContinuation): InterimResult[P]
  2. def apply[P >: Null <: Property](eps: InterimEP[Entity, P], dependees: Set[SomeEOptionP], c: ProperOnUpdateContinuation): InterimResult[P]
  3. def create[DependeeE <: Entity, DependeeP <: Property, P >: Null <: Property](e: Entity, lb: P, ub: P, dependees: Set[SomeEOptionP], c: QualifiedOnUpdateContinuation[DependeeE, DependeeP]): InterimResult[P]
  4. def forLB[P >: Null <: Property](e: Entity, lb: P, dependees: Set[SomeEOptionP], c: ProperOnUpdateContinuation): InterimResult[P]
  5. def forUB[P >: Null <: Property](e: Entity, ub: P, dependees: Set[SomeEOptionP], c: ProperOnUpdateContinuation): InterimResult[P]
  6. def unapply[P >: Null <: Property](r: InterimResult[P]): Some[(SomeEPS, Iterable[SomeEOptionP], OnUpdateContinuation)]