Model

kreuzberg.Model
See theModel companion class
object Model

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Model.type

Members list

Type members

Classlikes

case class Constant[+T](value: T) extends Subscribeable[T]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Subscribeable[T]
class Object
trait Matchable
class Any
Show all
case class Mapped[+U, T](underlying: Subscribeable[T], fn: T => U) extends Subscribeable[U]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Subscribeable[U]
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

inline def constant[T](value: T): Constant[T]

Create a constant value

Create a constant value

Attributes

def create[T](initialValue: ServiceRepository ?=> T): Model[T]

Create a model.

Create a model.

Attributes