RunTask

final case class RunTask[Err, Success, Msg](task: Task[Err, Success], toMessage: Either[Err, Success] => 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): RunTask[Err, Success, 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