Selector

fs2.data.pattern.Selector
See theSelector companion object
sealed trait Selector[Expr, Tag]

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

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

Attributes

Source:
Selector.scala