Skip to content

v1.1.0

Choose a tag to compare

@CodesAway CodesAway released this 13 Jul 12:10
· 13 commits to master since this release
a7b6739

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)