Leaf

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

Matches some leaf value.

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