Combine

case class Combine[Msg](cmd1: Cmd[Msg], cmd2: Cmd[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): Combine[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