Class RegexPredicate<T>

    • Constructor Detail

      • RegexPredicate

        protected RegexPredicate​(String regex)
    • Method Detail

      • getRegex

        public String getRegex()
      • test

        public abstract boolean test​(T value)
        Specified by:
        test in interface Predicate<T>