Open

fs2.data.esp.Pattern.Open
case class Open[Guard, T](tag: Option[T]) extends Pattern[Guard, T]

Matches some open tag.

Attributes

Source
Pattern.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Pattern[Guard, T]
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, T]

Attributes

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

Attributes

Inherited from:
Pattern
Source
Pattern.scala