TreeZipper

scalaprops.internal.TreeZipper
See theTreeZipper companion object
final case class TreeZipper[A](tree: Tree[A], lefts: TreeForest[A], rights: TreeForest[A], parents: Parents[A])

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

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product