SetOperationsParser

io.getquill.parser.SetOperationsParser
class SetOperationsParser(val rootParse: Parser)(using x$2: Quotes, x$3: TranspileConfig) extends Parser, PrefilterType[Boolean], PropertyAliases

Query contains, nonEmpty, etc... Pre-filters for a boolean output type

Attributes

Graph
Supertypes
trait PrefilterType[Boolean]
trait Parser
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited classlikes

Attributes

Inherited from:
PropertyAliases
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def attempt: History ?=> PartialFunction[Expr[_], Ast]

Inherited methods

def apply(input: Expr[_])(using History): Ast

Attributes

Inherited from:
Parser
def prefilter(expr: Expr[_]): Boolean

Attributes

Inherited from:
PrefilterType

Concrete fields