EventSource

kreuzberg.EventSource
See theEventSource companion trait
object EventSource

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class ChannelSource[E](channel: WeakReference[Channel[E]]) extends EventSource[E]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait EventSource[E]
class Object
trait Matchable
class Any
Show all
object ChannelSource

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class Js(jsEvent: JsEvent) extends EventSource[Event]

JS Event

JS Event

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait EventSource[Event]
class Object
trait Matchable
class Any
Show all
object Js

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Js.type
case class OrSource[E](left: EventSource[E], right: EventSource[E]) extends EventSource[E]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait EventSource[E]
class Object
trait Matchable
class Any
Show all
case class Timer(duration: FiniteDuration, periodic: Boolean) extends EventSource[Unit]

A Timer.

A Timer.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait EventSource[Unit]
class Object
trait Matchable
class Any
Show all
case class Transformer[E, F](from: EventSource[E], f: E => Seq[F]) extends EventSource[F]

Transforms event sources

Transforms event sources

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait EventSource[F]
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror