JsRuntimeStateBase

kreuzberg.RuntimeState.JsRuntimeStateBase
sealed trait JsRuntimeStateBase[D <: ScalaJsElement, S] extends RuntimeState[S]

Base for runtime state.

Attributes

Graph
Supertypes
trait RuntimeState[S]
class Object
trait Matchable
class Any
Known subtypes
class JsProperty[D, S]
class JsRuntimeState[D, S]

Members list

Value members

Abstract methods

def getter: D => S

Inherited methods

def map[S2](f: S => S2): RuntimeState[S2]

Attributes

Inherited from:
RuntimeState
def zip[S2](other: RuntimeState[S2]): RuntimeState[(S, S2)]

Attributes

Inherited from:
RuntimeState