Message

sealed class Message<D>

Types

AddChildTo
Link copied to clipboard
common
data class AddChildTo<D>(parent: TreeNode<D>, child: TreeNode<D>) : ConcurrentTree.Message<D>
DeleteChild
Link copied to clipboard
common
data class DeleteChild<D>(child: TreeNode<D>) : ConcurrentTree.Message<D>

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Inheritors

ConcurrentTree.Message
Link copied to clipboard
ConcurrentTree.Message
Link copied to clipboard

Sources

(source)
Link copied to clipboard