tyrian.runtime

Members list

Concise view

Type members

Classlikes

object CmdHelper

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class ModelHolder[Model](val model: Model, val updated: Boolean)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
object Render

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Render.type
object Rendering

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object SubHelper

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class TyrianRuntime[F[_], Model, Msg](initCmd: Cmd[F, Msg], update: Model => Msg => (Model, Cmd[F, Msg]), view: Model => Html[Msg], subscriptions: Model => Sub[F, Msg], model: Ref[F, ModelHolder[Model]], vnode: Ref[F, Element | VNode], channel: => Channel[F, F[Unit]], dispatcher: => Dispatcher[F])(implicit evidence$1: Async[F])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
object TyrianSSR

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type