case class ScanLeaf[U >: T](pit: IterableSplitter[U], op: (U, U) => U, from: Int, len: Int, prev: Option[ScanLeaf[U]], acc: U) extends ScanTree[U] with scala.Product with Serializable
Instance Constructors
- new ScanLeaf(pit: IterableSplitter[U], op: (U, U) => U, from: Int, len: Int, prev: Option[ScanLeaf[U]], acc: U)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- var acc: U
- final def asInstanceOf[T0]: T0
- def beginsAt: Int
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def finalize(): Unit
- val from: Int
- final def getClass(): Class[_ <: AnyRef]
- final def isInstanceOf[T0]: Boolean
- def leftmost: ScanLeaf[U]
- val len: Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- val op: (U, U) => U
- val pit: IterableSplitter[U]
- var prev: Option[ScanLeaf[U]]
- def print(depth: Int): Unit
- def productElementNames: scala.Iterator[String]
- def pushdown(v: U): Unit
- def rightmost: ScanLeaf[U]
- final def synchronized[T0](arg0: => T0): T0
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from scala.Product
Inherited from Equals
Inherited from Any