Selector

sealed trait Selector[Expr, Tag]

A Selector represents the part of the matched input that is under scrutinee during the pattern match.

Companion:
object
Source:
Selector.scala
class Object
trait Matchable
class Any
class Cons[Expr, Tag]
class Guard[Expr, Tag]
class Root[Expr, Tag]

Value members

Concrete methods

def tags: List[Either[(Tag, Int), Expr]]