package untyped
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
ErasedJsonNode(arg: PipelineExpr) extends Product with Serializable
Class that allows to convert node json representation into an ErasedNode
-
trait
ErasedNode extends (Any) ⇒ Any
Erased node type, represents a typed Node with types kept inside.
Erased node type, represents a typed Node with types kept inside. It is a function, as it should operate with nodes constructor types and to "compose" untyped nodes.
- case class ErasedNodeComposition(f: ErasedNode, g: ErasedNode) extends ErasedNode with Product with Serializable
- case class ErasedTypedNode[Domain, Range](constructor: (Node[Domain]) ⇒ Node[Range])(implicit evidence$3: scala.reflect.api.JavaUniverse.TypeTag[Domain], evidence$4: scala.reflect.api.JavaUniverse.TypeTag[Range]) extends ErasedNode with Product with Serializable
- trait Implicits extends AnyRef
Value Members
-
object
ErasedTypedNode extends Serializable
Helper functions to convert typed nodes into erased typed nodes
- object ErasedUtils
- object Implicits extends Implicits