EventSelector

Companion:
class
Source:
MFT.scala
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class AnyLeaf[Guard, InTag](guard: Option[Guard]) extends EventSelector[Guard, InTag]
Source:
MFT.scala
case class AnyNode[Guard, InTag](guard: Option[Guard]) extends EventSelector[Guard, InTag]
Source:
MFT.scala
case class Epsilon[Guard, InTag]() extends EventSelector[Guard, InTag]
Source:
MFT.scala
case class Leaf[Guard, InTag](v: InTag, guard: Option[Guard]) extends EventSelector[Guard, InTag]
Source:
MFT.scala
case class Node[Guard, InTag](tag: InTag, guard: Option[Guard]) extends EventSelector[Guard, InTag]
Source:
MFT.scala

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala