final case class ToFullViewTreesResult[+A, +B](convertedFullViews: Seq[B], lightViewsWithMissingDescendants: Seq[A], duplicateLightViews: Seq[A]) extends Product with Serializable
The result of the conversion from LightTransactionViewTrees to FullTransactionViewTrees. The view trees in the output are sorted by view position, i.e., in pre-order. If the input contains the same view several times, then ToFullViewTreesResult.convertedFullViews contains one occurrence and ToFullViewTreesResult.duplicateLightViews every other occurrence of the view.
- convertedFullViews
the full view trees that could be converted
- lightViewsWithMissingDescendants
the light view trees that could not be converted due to missing descendants
- duplicateLightViews
duplicate light view trees in the input.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ToFullViewTreesResult
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ToFullViewTreesResult(convertedFullViews: Seq[B], lightViewsWithMissingDescendants: Seq[A], duplicateLightViews: Seq[A])
- convertedFullViews
the full view trees that could be converted
- lightViewsWithMissingDescendants
the light view trees that could not be converted due to missing descendants
- duplicateLightViews
duplicate light view trees in the input.
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val convertedFullViews: Seq[B]
- val duplicateLightViews: Seq[A]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lightViewsWithMissingDescendants: Seq[A]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()