Class FilterBuilder.Exclude

  • All Implemented Interfaces:
    java.util.function.Predicate<java.lang.String>
    Enclosing class:
    FilterBuilder

    public static class FilterBuilder.Exclude
    extends FilterBuilder.Matcher
    • Constructor Summary

      Constructors 
      Constructor Description
      Exclude​(java.lang.String patternString)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(java.lang.String regex)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Constructor Detail

      • Exclude

        public Exclude​(java.lang.String patternString)
    • Method Detail

      • test

        public boolean test​(java.lang.String regex)