Or

fs2.data.esp.Pattern.Or
case class Or[Guard, T](patterns: Type[Pattern[Guard, T]]) extends Pattern[Guard, T]

Alternative, matched from left to right.

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