contains

open operator fun contains(path: Path): Boolean

Whether this tree node contains node(s) in specified path or not.

Return

true if this tree node contains node(s) in specified path, false otherwise

Parameters

path

item path

Sources

jvm source
Link copied to clipboard