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 excludes
from the paths selected by this PathSet
.
Excludes all paths from excludes
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.
An iterable that permits iterating over a directory tree starting at a root Path. The PathSet is an example of a non-strict collection which means methods like collect, filter, map do not trigger a traversal of the set. To overcome this restriction one can all force to load the entire set into memory.
When a method is called the root Path is checked to determine if it is a Directory. If not a NotDirectoryException is thrown.
If an IOException is encountered while iterating a ConcurrentModificationException is thrown with case IOException
1.0
NotDirectoryException