v1.1.0
Added
- asPredicate method
- asPredicate() mimics what Java added in Java 8
- Static asPredicate(String)
- Takes String regex and creates Predicate
- Uses getThreadLocal to reuse the Matcher, while ensuring each Thread has it's own (since they are not thread-safe)