Packages

object ErasedUtils

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErasedUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def buildComposition(l: List[ErasedNode]): ErasedNode

    Final function, which can be just applied to a some type

  2. def compose(l: List[ErasedNode], depth: Int): List[ErasedNode]
  3. def cprint(ef: ErasedNodeComposition, depth: Int): Unit
  4. def eprint(ef: ErasedNode, depth: Int): Unit
  5. def eprint(ef: ErasedNode): Unit
  6. def fromPipelineExprList(l: List[PipelineExpr]): ErasedNode

    This step in fact TypeChecks pipeline expr tree and checks how it can be composed