ExistsPredicate

openGql.grammar.ExistsPredicate

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Type members

Enum entries

final case class graphPatternBrace(value: GraphPattern) extends ExistsPredicate
final case class graphPatternParen(value: GraphPattern) extends ExistsPredicate
final case class matchBlockBrace(value: MatchStatementBlock) extends ExistsPredicate
final case class matchBlockParen(value: MatchStatementBlock) extends ExistsPredicate
final case class nestedQuery(value: NestedQuerySpecification) extends ExistsPredicate