EOS

fs2.data.esp.Pattern$.EOS
case class EOS[Guard, Tag]() extends Pattern[Guard, Tag]

Matches the end of stream.

Attributes

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

Members list

Concise view

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