Env

edu.gemini.grackle.Cursor$.Env
See theEnv companion object
sealed trait Env

Attributes

Companion:
object
Source:
cursor.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object EmptyEnv.type

Members list

Concise view

Value members

Abstract methods

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

Attributes

Source:
cursor.scala
def add(env: 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

Concrete methods

def addFromQuery(query: Query): Env

Attributes

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

Attributes

Source:
cursor.scala