- All Implemented Interfaces:
- Predicate<String>
public class MatchPredicate
extends Object
implements Predicate<String>
Predicate that compiles a regular expression and returns true for strings that match it.
When we switch to Java 11+, we can use Pattern.asMatchPredicate() instead. // FIXME
- Author:
- onoprien