TreeLocx

implicit class TreeLocx[T](t: TreeLoc[T])

Implicit definition to add more functionalities to the TreeLoc class

class Object
trait Matchable
class Any

Value members

Concrete methods

def addChild(c: T): TreeLoc[T]
def addFirstChild(c: T): TreeLoc[T]
def getParent: TreeLoc[T]
def insertDownLast(c: T): TreeLoc[T]
def parentLocs: Seq[TreeLoc[T]]
def size: Int
def updateLabel(f: T => T): TreeLoc[T]