zircon.core
/
org.hexworks.zircon.internal.data.tree
/
ConcurrentTree
/
Message
/
DeleteChild
common
Delete
Child
data class
DeleteChild
<
D
>(child:
TreeNode
<
D
>) :
ConcurrentTree.Message
<
D
>
Content copied to clipboard
Functions
Properties
Sources
Functions
component1
Link copied to clipboard
common
operator fun
component1
():
TreeNode
<
D
>
Content copied to clipboard
copy
Link copied to clipboard
common
fun
copy
(child:
TreeNode
<
D
>):
ConcurrentTree.Message.DeleteChild
<
D
>
Content copied to clipboard
equals
Link copied to clipboard
common
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open override fun
toString
():
String
Content copied to clipboard
Properties
child
Link copied to clipboard
common
val
child
:
TreeNode
<
D
>
Content copied to clipboard
Sources
(source)
Link copied to clipboard