Packages

object TreeLike extends TreeTypes

Linear Supertypes
TreeTypes, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TreeLike
  2. TreeTypes
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Branch [S <: Sys[S], T <: TreeLike[S, T]] extends AnyRef
  2. sealed trait BranchChange [S <: Sys[S], T <: TreeLike[S, T]] extends AnyRef
  3. case class BranchChanged [S <: Sys[S], T <: TreeLike[S, T]](change: T.BU) extends BranchChange[S, T] with Product with Serializable
  4. case class BranchUpdate [S <: Sys[S], T <: TreeLike[S, T]](branch: T.Branch, changes: Vec[BranchChange[S, T]]) extends NodeUpdate[S, T] with Product with Serializable
  5. case class ChildChanged [S <: Sys[S], T <: TreeLike[S, T]](idx: Int, update: NodeUpdate[S, T]) extends ChildUpdate[S, T] with Product with Serializable
  6. case class ChildInserted [S <: Sys[S], T <: TreeLike[S, T]](idx: Int, node: TreeLike.Node[T.Branch, T.Leaf]) extends ChildUpdate[S, T] with Product with Serializable
  7. case class ChildRemoved [S <: Sys[S], T <: TreeLike[S, T]](idx: Int, node: TreeLike.Node[T.Branch, T.Leaf]) extends ChildUpdate[S, T] with Product with Serializable
  8. sealed trait ChildUpdate [S <: Sys[S], T <: TreeLike[S, T]] extends BranchChange[S, T]
  9. type IsBranch[+B, +L] = Left[B, L]
    Definition Classes
    TreeTypes
  10. type IsLeaf[+B, +L] = Right[B, L]
    Definition Classes
    TreeTypes
  11. case class LeafChanged [S <: Sys[S], T <: TreeLike[S, T]](leaf: T.Leaf, change: T.LU) extends NodeUpdate[S, T] with Product with Serializable
  12. type Node[+B, +L] = Either[B, L]
    Definition Classes
    TreeTypes
  13. sealed trait NodeUpdate [S <: Sys[S], T <: TreeLike[S, T]] extends AnyRef
  14. case class Update [S <: Sys[S], T <: TreeLike[S, T]](tree: T, branch: BranchUpdate[S, T]) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val IsBranch: Left.type
    Definition Classes
    TreeTypes
  5. val IsLeaf: Right.type
    Definition Classes
    TreeTypes
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TreeTypes

Inherited from AnyRef

Inherited from Any

Ungrouped