Const

edu.gemini.grackle.Predicate$.Const
case class Const[T](v: T) extends Term[T]

Attributes

Source:
predicate.scala
Graph
Supertypes
trait Term[T]
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[T]

Attributes

Source:
predicate.scala
def children: List[Term[_]]

Attributes

Source:
predicate.scala

Inherited methods

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