RuntimeState

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

Encapsulates a runtime state field.

Attributes

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

Members list

Value members

Concrete methods

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