object TreeLike extends TreeTypes
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TreeLike
- TreeTypes
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait Branch [S <: Sys[S], T <: TreeLike[S, T]] extends AnyRef
- sealed trait BranchChange [S <: Sys[S], T <: TreeLike[S, T]] extends AnyRef
- case class BranchChanged [S <: Sys[S], T <: TreeLike[S, T]](change: T.BU) extends BranchChange[S, T] with Product with Serializable
- 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
- case class ChildChanged [S <: Sys[S], T <: TreeLike[S, T]](idx: Int, update: NodeUpdate[S, T]) extends ChildUpdate[S, T] with Product with Serializable
- 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
- 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
- sealed trait ChildUpdate [S <: Sys[S], T <: TreeLike[S, T]] extends BranchChange[S, T]
-
type
IsBranch[+B, +L] = Left[B, L]
- Definition Classes
- TreeTypes
-
type
IsLeaf[+B, +L] = Right[B, L]
- Definition Classes
- TreeTypes
- case class LeafChanged [S <: Sys[S], T <: TreeLike[S, T]](leaf: T.Leaf, change: T.LU) extends NodeUpdate[S, T] with Product with Serializable
-
type
Node[+B, +L] = Either[B, L]
- Definition Classes
- TreeTypes
- sealed trait NodeUpdate [S <: Sys[S], T <: TreeLike[S, T]] extends AnyRef
- case class Update [S <: Sys[S], T <: TreeLike[S, T]](tree: T, branch: BranchUpdate[S, T]) extends Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
IsBranch: Left.type
- Definition Classes
- TreeTypes
-
val
IsLeaf: Right.type
- Definition Classes
- TreeTypes
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )