RuntimeState

kreuzberg.RuntimeState
See theRuntimeState companion object
trait RuntimeState[S]

Encapsulates a runtime state field.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait RuntimeProperty[S]
class CrossMapping[S1, S2]
class JsProperty[D, S]
class Const[S]
trait JsRuntimeStateBase[D, S]
class JsRuntimeState[D, S]
class Mapping[S1, S2]
Show all

Members list

Value members

Abstract methods

def read(): S

Read the state from Handler

Read the state from Handler

Attributes

Concrete methods

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