plus

open operator fun plus(facade: TreeNode): TreeNode

Returns a node overlapped by the specified facade node.

Return

a node overlapped by the specified facade node

Parameters

facade

the facade node

Sources

jvm source
Link copied to clipboard