Guarded

fs2.data.esp.Pattern$.Guarded
case class Guarded[Guard, Tag](inner: Pattern[Guard, Tag], guard: Guard) extends Pattern[Guard, Tag]

A guarded pattern.

Attributes

Source
Pattern.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Pattern[Guard, Tag]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def when(guard: Guard): Pattern[Guard, Tag]

Attributes

Inherited from:
Pattern
Source
Pattern.scala
def |(that: Pattern[Guard, Tag]): Pattern[Guard, Tag]

Attributes

Inherited from:
Pattern
Source
Pattern.scala