Run

tyrian.Cmd.Run
See theRun companion class
object Run

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Run.type

Members list

Value members

Concrete methods

def apply[F[_] : Applicative, A, Msg](task: F[A])(toMessage: A => Msg): Run[F, A, Msg]
def apply[F[_] : Applicative, Msg](task: F[Msg]): Run[F, Msg, Msg]