Constructs a new finder that selects all paths with a name that matches filter and are
immediate children of paths selected by this finder.
Constructs a new finder that selects all paths with a name that matches filter and are
immediate children of paths selected by this finder.
Constructs a new finder that selects all paths with a name that matches filter and are
descendants of paths selected by this finder.
Constructs a new finder that selects all paths with a name that matches filter and are
descendants of paths selected by this finder.
The union of the paths found by this PathSet with the paths found by 'paths'.
The union of the paths found by this PathSet with the paths found by 'paths'.
Excludes all paths from excludePaths from the paths selected by this PathSet.
Excludes all paths from excludePaths from the paths selected by this PathSet.
Constructs a new finder that selects all paths with name literal that are immediate children
of paths selected by this finder.
Constructs a new finder that selects all paths with name literal that are immediate children
of paths selected by this finder.
Constructs a new finder that selects all paths with name literal that are immediate children
of paths selected by this finder.
Constructs a new finder that selects all paths with name literal that are immediate children
of paths selected by this finder.
Load the set into memory and a more standard set
Load the set into memory and a more standard set
(Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.
(Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.
(Since version 2.8.0) use iterator' instead
(Since version 2.8.0) use head' instead
(Since version 2.8.0) use headOption' instead
(Since version 2.8.0) use view' instead
Directory stream implementation to assist in implementing DirectoryStreams that are based on Paths.
@parent the path from where the PathSet is derived. The first entry of the PathSet is the first child of the parent path @pathFilter A filter to restrict the contents of the PathSet @depth The depth that the stream should traverse @children A function to use for retrieving the children of a particular path This method is used to retrieve the children of each directory