at.iem.sysson

TreeLike

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
Learn more about member selection
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: AnyRef): Boolean

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

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

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

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

    Definition Classes
    Any
  6. val IsBranch: Left.type

    Definition Classes
    TreeTypes
  7. val IsLeaf: Right.type

    Definition Classes
    TreeTypes
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  20. def toString(): String

    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TreeTypes

Inherited from AnyRef

Inherited from Any

Ungrouped