object ErasedUtils
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ErasedUtils
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
buildComposition(l: List[ErasedNode]): ErasedNode
Final function, which can be just applied to a some type
- def compose(l: List[ErasedNode], depth: Int): List[ErasedNode]
- def cprint(ef: ErasedNodeComposition, depth: Int): Unit
- def eprint(ef: ErasedNode, depth: Int): Unit
- def eprint(ef: ErasedNode): Unit
-
def
fromPipelineExprList(l: List[PipelineExpr]): ErasedNode
This step in fact TypeChecks pipeline expr tree and checks how it can be composed