Packages

package untyped

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class ErasedJsonNode(arg: PipelineExpr) extends Product with Serializable

    Class that allows to convert node json representation into an ErasedNode

  2. 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.

  3. case class ErasedNodeComposition(f: ErasedNode, g: ErasedNode) extends ErasedNode with Product with Serializable
  4. 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
  5. trait Implicits extends AnyRef

Value Members

  1. object ErasedTypedNode extends Serializable

    Helper functions to convert typed nodes into erased typed nodes

  2. object ErasedUtils
  3. object Implicits extends Implicits

Ungrouped