@FunctionalInterface public interface PathPredicate extends Predicate<Path>
static PathPredicate
from(Predicate<Path> p)
boolean
test(Path path)
and, isEqual, negate, or
static PathPredicate from(Predicate<Path> p)
boolean test(Path path)
test
Predicate<Path>
Copyright © 2022. All rights reserved.