Leaf

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

Value members

Inherited methods

Inherited from:
Product