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 Serializable
trait Product
trait Equals
trait Selector[Expr, Tag]
class Object
trait Matchable
class Any
Show all

Members list

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