Emit

final case class Emit[Msg](msg: Msg) extends Cmd[Msg]
trait Serializable
trait Product
trait Equals
trait Cmd[Msg]
class Object
trait Matchable
class Any

Value members

Concrete methods

def map[OtherMsg](f: Msg => OtherMsg): Emit[OtherMsg]

Inherited methods

final def combine[LubMsg >: Msg](other: Cmd[LubMsg]): Cmd[LubMsg]
Inherited from:
Cmd
Inherited from:
Product
final def |+|[LubMsg >: Msg](other: Cmd[LubMsg]): Cmd[LubMsg]
Inherited from:
Cmd