Class MatcherUtils.ExactOrStartsWithIgnoresCase<TOption>
- java.lang.Object
-
- com.github.rvesse.airline.prompts.matchers.MatcherUtils.ExactOrStartsWithIgnoresCase<TOption>
-
- All Implemented Interfaces:
org.apache.commons.collections4.Predicate<TOption>
- Enclosing class:
- MatcherUtils
public static final class MatcherUtils.ExactOrStartsWithIgnoresCase<TOption> extends java.lang.Object implements org.apache.commons.collections4.Predicate<TOption>
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
response
-
Constructor Summary
Constructors Modifier Constructor Description protected
ExactOrStartsWithIgnoresCase(java.lang.String response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
evaluate(TOption object)
-