Interface IPredicate.IRegexPredicate
-
- Enclosing interface:
- IPredicate
public static interface IPredicate.IRegexPredicate extends Predicate<Path>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PatterngetPattern()Get predicate patterndefault booleantest(@NotNull Path path)Evaluates this predicate on the given argument.
-
-
-
Method Detail
-
getPattern
Pattern getPattern()
Get predicate pattern- Returns:
- Regex predicate
-
-