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
Selector.type

Members list

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

Source
Selector.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Selector[Expr, Tag]
class Object
trait Matchable
class Any
Show all

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