scalaz

TreeLoc

trait TreeLoc [+A] extends AnyRef

Attributes
sealed
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. TreeLoc
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. val lefts : Stream[Tree[A]]

    Attributes
    abstract
  2. val parents : Stream[(Stream[Tree[A]], A, Stream[Tree[A]])]

    Attributes
    abstract
  3. val rights : Stream[Tree[A]]

    Attributes
    abstract
  4. val tree : Tree[A]

    Attributes
    abstract

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def delete : Option[TreeLoc[A]]

  9. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  10. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def findChild (p: (Tree[A]) ⇒ Boolean): Option[TreeLoc[A]]

  13. def firstChild : Option[TreeLoc[A]]

  14. def getChild (n: Int): Option[TreeLoc[A]]

  15. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  16. def getLabel : A

  17. def hasChildren : Boolean

  18. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  19. def insertDownAt [AA >: A] (n: Int, t: Tree[AA]): Option[TreeLoc[AA]]

  20. def insertDownFirst [AA >: A] (t: Tree[AA]): TreeLoc[AA]

  21. def insertDownLast [AA >: A] (t: Tree[AA]): TreeLoc[AA]

  22. def insertLeft [AA >: A] (t: Tree[AA]): TreeLoc[AA]

  23. def insertRight [AA >: A] (t: Tree[AA]): TreeLoc[AA]

  24. def isChild : Boolean

  25. def isFirst : Boolean

  26. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  27. def isLast : Boolean

  28. def isLeaf : Boolean

  29. def isRoot : Boolean

  30. def lastChild : Option[TreeLoc[A]]

  31. def left : Option[TreeLoc[A]]

  32. def modifyLabel [AA >: A] (f: (AA) ⇒ AA): TreeLoc[AA]

  33. def modifyTree [AA >: A] (f: (Tree[AA]) ⇒ Tree[AA]): TreeLoc[AA]

  34. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  35. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  36. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  37. def parent : Option[TreeLoc[A]]

  38. def path : Stream[A]

    The path from the focus to the root.

  39. def right : Option[TreeLoc[A]]

  40. def root : TreeLoc[A]

  41. def setLabel [AA >: A] (a: AA): TreeLoc[AA]

  42. def setTree [AA >: A] (t: Tree[AA]): TreeLoc[AA]

  43. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  44. def toForest : Stream[Tree[A]]

  45. def toString (): String

    Definition Classes
    AnyRef → Any
  46. def toTree : Tree[A]

  47. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  48. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  49. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any