EventType

object EventType
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object Created extends EventType
case object Deleted extends EventType
case object Modified extends EventType
case object Overflow extends EventType
final case class NonStandard(kind: Kind[]) extends EventType

Inherited types

type MirroredLabel <: String
The name of the type
Inhertied from
Mirror
type MirroredElemLabels <: Tuple
The names of the product elements
Inhertied from
Mirror

Value members

Methods

def toWatchEventKind(et: EventType): Kind[]