SideEffect

final case class SideEffect(task: SideEffect) extends Cmd[Nothing]
Companion:
object
trait Serializable
trait Product
trait Equals
trait Cmd[Nothing]
class Object
trait Matchable
class Any

Value members

Concrete methods

def map[OtherMsg](f: Nothing => OtherMsg): SideEffect

Inherited methods

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