Close

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

Matches some close 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

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

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