DeleteChild

data class DeleteChild<D>(child: TreeNode<D>) : ConcurrentTree.Message<D>

Functions

component1
Link copied to clipboard
common
operator fun component1(): TreeNode<D>
copy
Link copied to clipboard
common
fun copy(child: TreeNode<D>): ConcurrentTree.Message.DeleteChild<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>

Sources

(source)
Link copied to clipboard