Node

com.softwaremill.diffx.Tree$.Node
case class Node[T](tries: Map[ModifyPath, Tree[T]]) extends Tree[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Tree[T]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def merge(tree: Tree[T]): Tree[T]

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product