Prefilter

trait Prefilter(using x$1: Quotes) extends Parser

Optimizes 'Clause' by allowing a more efficient 'prematch' criteria to be used

trait Parser
class Object
trait Matchable
class Any

Value members

Abstract methods

def prefilter(expr: Expr[_]): Boolean

Inherited methods

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