UpdatePath

kreuzberg.engine.common.UpdatePath
See theUpdatePath companion class
object UpdatePath

Figures out incremental changes.

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
UpdatePath.type

Members list

Type members

Classlikes

object Change

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Change.type
sealed trait Change

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def build(treeNode: TreeNode, changedModels: Set[Identifier], before: ModelValueProvider)(using AssemblerContext): UpdatePath

Figures out changes after some models changed.

Figures out changes after some models changed.

Attributes