scala.collection.parallel.ParIterableLike

ScanTree

trait ScanTree[U >: T] extends AnyRef

Attributes
protected[this]
Source
ParIterableLike.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ScanTree
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def beginsAt: Int

  2. abstract def leftmost: ScanLeaf[U]

  3. abstract def print(depth: Int = 0): Unit

  4. abstract def pushdown(v: U): Unit

  5. abstract def rightmost: ScanLeaf[U]