Subscribeable

kreuzberg.Subscribeable
See theSubscribeable companion object
sealed trait Subscribeable[+T]

Something which can be subscribed.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Model[T]
class Constant[T]
class Mapped[U, T]

Members list

Value members

Abstract methods

def initial(using ServiceRepository): T

Concrete methods

def read(using mvp: ModelValueProvider): T

Read the current value.

Read the current value.

Attributes

def subscribe()(using sc: SimpleContext): T

Subscribe to this Value, to be used in SimpleComponentBase

Subscribe to this Value, to be used in SimpleComponentBase

Attributes