Class MatcherUtils.Exact<TOption>

  • All Implemented Interfaces:
    Predicate<TOption>, org.apache.commons.collections4.Predicate<TOption>
    Enclosing class:
    MatcherUtils

    public static final class MatcherUtils.Exact<TOption>
    extends Object
    implements org.apache.commons.collections4.Predicate<TOption>
    • Constructor Detail

      • Exact

        protected Exact​(String response)
    • Method Detail

      • evaluate

        public boolean evaluate​(TOption object)
        Specified by:
        evaluate in interface org.apache.commons.collections4.Predicate<TOption>