EventSelector

fs2.data.mft.EventSelector$
See theEventSelector companion trait

Attributes

Companion:
trait
Source:
MFT.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class AnyLeaf[Guard, InTag](guard: Option[Guard]) extends EventSelector[Guard, InTag]

Attributes

Source:
MFT.scala
Graph
Supertypes
trait Product
trait Equals
trait EventSelector[Guard, InTag]
class Object
trait Matchable
class Any
case class AnyNode[Guard, InTag](guard: Option[Guard]) extends EventSelector[Guard, InTag]

Attributes

Source:
MFT.scala
Graph
Supertypes
trait Product
trait Equals
trait EventSelector[Guard, InTag]
class Object
trait Matchable
class Any
case class Epsilon[Guard, InTag]() extends EventSelector[Guard, InTag]

Attributes

Source:
MFT.scala
Graph
Supertypes
trait Product
trait Equals
trait EventSelector[Guard, InTag]
class Object
trait Matchable
class Any
case class Leaf[Guard, InTag](v: InTag, guard: Option[Guard]) extends EventSelector[Guard, InTag]

Attributes

Source:
MFT.scala
Graph
Supertypes
trait Product
trait Equals
trait EventSelector[Guard, InTag]
class Object
trait Matchable
class Any
case class Node[Guard, InTag](tag: InTag, guard: Option[Guard]) extends EventSelector[Guard, InTag]

Attributes

Source:
MFT.scala
Graph
Supertypes
trait Product
trait Equals
trait EventSelector[Guard, InTag]
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala