AddChildTo

data class AddChildTo<D>(parent: TreeNode<D>, child: TreeNode<D>) : ConcurrentTree.Message<D>

Functions

component1
Link copied to clipboard
common
operator fun component1(): TreeNode<D>
component2
Link copied to clipboard
common
operator fun component2(): TreeNode<D>
copy
Link copied to clipboard
common
fun copy(parent: TreeNode<D>, child: TreeNode<D>): ConcurrentTree.Message.AddChildTo<D>
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

child
Link copied to clipboard
common
val child: TreeNode<D>
parent
Link copied to clipboard
common
val parent: TreeNode<D>

Sources

(source)
Link copied to clipboard