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 Mapped[+U, T](underlying: Subscribeable[T], fn: T => U) extends Subscribeable[U]

Attributes

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

Value members

Concrete methods

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

Create a model.

Create a model.

Attributes