Packages

sealed abstract class Results extends PropertyComputationResult with ProperPropertyComputationResult

Just a collection of multiple results. The results have to be disjoint w.r.t. the underlying e/pk pairs for which it contains results.

Source
PropertyComputationResult.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Results
  2. ProperPropertyComputationResult
  3. PropertyComputationResult
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def foreach(f: (ProperPropertyComputationResult) => Unit): Unit