plus

abstract fun plus(fileTree: FileTree): FileTree(source)

Returns a FileTree which contains the union of this tree and the given tree. The returned tree is live, so that changes to either this tree or the other source tree are reflected in the returned tree.

Return

The union of this tree and the given tree.

Parameters

fileTree

The tree. Should not be null.