Class ExactIgnoresCaseMatcher<TOption>

    • Constructor Detail

      • ExactIgnoresCaseMatcher

        public ExactIgnoresCaseMatcher()
    • Method Detail

      • getExactOrPartialMatcher

        protected org.apache.commons.collections4.Predicate<TOption> getExactOrPartialMatcher​(java.lang.String response)
        Description copied from class: DefaultMatcher
        Gets an exact or partial matcher
        Overrides:
        getExactOrPartialMatcher in class ExactMatcher<TOption>
        Parameters:
        response - User response to match options against
        Returns:
        Exact or partial matcher