UniquePath

edu.gemini.grackle.PathTerm$.UniquePath
case class UniquePath[A](path: List[String]) extends Term[A] with PathTerm

Attributes

Source:
predicate.scala
Graph
Supertypes
trait PathTerm
trait Term[A]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply(c: Cursor): Result[A]

Attributes

Source:
predicate.scala

Inherited methods

def children: List[Term[_]]

Attributes

Inherited from:
PathTerm
Source:
predicate.scala
def exists(f: Term[_] => Boolean): Boolean

Attributes

Inherited from:
Term
Source:
predicate.scala
def fold[Acc](acc: Acc)(f: (Acc, Term[_]) => Acc): Acc

Attributes

Inherited from:
Term
Source:
predicate.scala
def forall(f: Term[_] => Boolean): Boolean

Attributes

Inherited from:
Term
Source:
predicate.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product