With regard to new `java.nio.file.Path` extensions...
# stdlib
t
With regard to new
java.nio.file.Path
extensions in stdlib will it make sense to add new
PathTreeWalk
class similar to
FileTreeWalk
? I know nio has
walkFileTree()
method, but it does not produces
Sequence
.
i
Yes, it makes sense to add it, but we haven't designed it yet. We do not necessarily want to copy its design from FileTreeWalk 1-to-1.
👍 2