case class InterimPartialResult[SE >: Null <: Property](us: Iterable[SomePartialResult], dependees: Set[SomeEOptionP], c: OnUpdateContinuation) extends PropertyComputationResult with ProperPropertyComputationResult with Product with Serializable
InterimPartialResult
s are used for properties of entities which are computed
collaboratively where the individual contribution to the final result depends on the
given dependees. For example an analysis which analyzes a method to determine the set
of all instantiated types will use an InterimPartialResult
to commit those results.
- Alphabetic
- By Inheritance
- InterimPartialResult
- Serializable
- Product
- Equals
- ProperPropertyComputationResult
- PropertyComputationResult
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new InterimPartialResult(us: Iterable[SomePartialResult], dependees: Set[SomeEOptionP], c: OnUpdateContinuation)
Value Members
- val c: OnUpdateContinuation
- val dependees: Set[SomeEOptionP]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val us: Iterable[SomePartialResult]