Mapped

kreuzberg.Model$.Mapped
case class Mapped[+U, T](underlying: Subscribeable[T], fn: T => U) extends Subscribeable[U]

Attributes

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

Members list

Value members

Concrete methods

override def id: Identifier

Id of this thing.

Id of this thing.

Attributes

Definition Classes
override def initial(using ServiceRepository): U

Attributes

Definition Classes

Inherited methods

def comment: String

Comment, which will probably built into into a tree. Can be disabled by returning ""

Comment, which will probably built into into a tree. Can be disabled by returning ""

Attributes

Inherited from:
Identified
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def read(using mvp: ModelValueProvider): T

Read the current value.

Read the current value.

Attributes

Inherited from:
Subscribeable