tyrian.Cmd
See theCmd companion trait
object Cmd
Attributes
Members list
Type members
Classlikes
object Batch
The empty command represents the absence of any command to perform
final case class Run[F[_], A, Msg](task: F[A], toMsg: A => Msg)(implicit evidence$3: Applicative[F]) extends Cmd[F, Msg]
object Run
final case class SideEffect[F[_], A](task: F[A])(implicit evidence$2: Sync[F]) extends Cmd[F, Nothing]
object SideEffect
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SideEffect.type
Value members
Concrete methods
Givens
Givens
given given_Eq_Cmd[F[_] : Applicative, Msg : Eq](implicit evidence$4: Applicative[F], evidence$5: Eq[Msg], ev: Eq[F[Option[Msg]]]): given_Eq_Cmd[F, Msg]
In this article