ListPath

grackle.PathTerm.ListPath
case class ListPath[A](path: List[String]) extends Term[List[A]], PathTerm

Attributes

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

Members list

Value members

Concrete methods

def apply(c: Cursor): Result[List[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:
Term
Source
predicate.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product