SetOperationsParser

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

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

trait PrefilterType[Boolean]
trait Parser
class Object
trait Matchable
class Any

Type members

Inherited classlikes

Inherited from:
PropertyAliases

Value members

Concrete methods

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

Inherited methods

def apply(input: Expr[_])(using History): Ast
Inherited from:
Parser
def prefilter(expr: Expr[_]): Boolean
Inherited from:
PrefilterType

Concrete fields