Selector

fs2.data.pattern.Selector$
See theSelector companion trait
object Selector

Attributes

Companion:
trait
Source:
Selector.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class Cons[Expr, Tag](sel: Selector[Expr, Tag], tag: Tag, n: Int) extends Selector[Expr, Tag]

Attributes

Source:
Selector.scala
Graph
Supertypes
trait Product
trait Equals
trait Selector[Expr, Tag]
class Object
trait Matchable
class Any
case class Guard[Expr, Tag](sel: Selector[Expr, Tag], expr: Expr) extends Selector[Expr, Tag]

Attributes

Source:
Selector.scala
Graph
Supertypes
trait Product
trait Equals
trait Selector[Expr, Tag]
class Object
trait Matchable
class Any
case class Root[Expr, Tag]() extends Selector[Expr, Tag]

Attributes

Source:
Selector.scala
Graph
Supertypes
trait Product
trait Equals
trait Selector[Expr, Tag]
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala