UpdatePath

kreuzberg.engine.common.UpdatePath
See theUpdatePath companion object
case class UpdatePath(tree: TreeNode, changes: Seq[Change])

A list of changes in order to update a Tree.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

inline def isEmpty: Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product