Guard

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

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