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]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def dependencies: Seq[Identifier]

Attributes

Definition Classes
override def initial(using ServiceRepository): U

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

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

Read the current value.

Read the current value.

Attributes

Inherited from:
Subscribeable
def subscribe()(using sc: SimpleContext): U

Subscribe to this Value, to be used in SimpleComponentBase

Subscribe to this Value, to be used in SimpleComponentBase

Attributes

Inherited from:
Subscribeable