ContextDsl

kreuzberg.ContextDsl
trait ContextDsl

Common Methods for building Component-Implementations

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

protected def provide[T : ServiceNameProvider]: T

Retrieves something from a ServiceRepository (usually an KreuzbergContext)

Retrieves something from a ServiceRepository (usually an KreuzbergContext)

Attributes

protected def read[M](model: Subscribeable[M]): M

Read the value of a model

Read the value of a model

Attributes