Package

geotrellis.spark.pipeline.ast

untyped

Permalink

package untyped

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    Class that allows to convert node json representation into an ErasedNode

  2. trait ErasedNode extends (Any) ⇒ Any

    Permalink

    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

    Permalink
  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

    Permalink
  5. trait Implicits extends AnyRef

    Permalink

Value Members

  1. object ErasedTypedNode extends Serializable

    Permalink

    Helper functions to convert typed nodes into erased typed nodes

  2. object ErasedUtils

    Permalink
  3. object Implicits extends Implicits

    Permalink

Ungrouped