NonEmptyEnv

edu.gemini.grackle.Cursor$.Env$.NonEmptyEnv
case class NonEmptyEnv(elems: Map[String, Any]) extends Env

Attributes

Source:
cursor.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Env
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def add[T](items: (String, T)*): Env

Attributes

Source:
cursor.scala
def add(other: Env): Env

Attributes

Source:
cursor.scala
def contains(name: String): Boolean

Attributes

Source:
cursor.scala
def get[T : ClassTag](name: String): Option[T]

Attributes

Source:
cursor.scala

Inherited methods

def addFromQuery(query: Query): Env

Attributes

Inherited from:
Env
Source:
cursor.scala
def getR[A : TypeName](name: String): Result[A]

Attributes

Inherited from:
Env
Source:
cursor.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product