Cons

fs2.data.pattern.Selector$.Cons
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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

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

Attributes

Inherited from:
Selector
Source:
Selector.scala