TreeZipper

final case
class TreeZipper[A](tree: Tree[A], lefts: TreeForest[A], rights: TreeForest[A], parents: Parents[A])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getLabel: A
def map[B](f: A => B): TreeZipper[B]
def parent: Option[TreeZipper[A]]
@tailrec
def toTree: Tree[A]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product