TyrianRuntime

tyrian.runtime.TyrianRuntime
object TyrianRuntime

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[F[_], Model, Msg](router: Location => Msg, node: Element, initModel: Model, initCmd: Cmd[F, Msg], update: Model => Msg => (Model, Cmd[F, Msg]), view: Model => Html[Msg], subscriptions: Model => Sub[F, Msg])(using F: Async[F]): F[Nothing]