Module com.github.rvesse.airline
Class MutuallyExclusiveWithFinder
- java.lang.Object
-
- com.github.rvesse.airline.utils.predicates.restrictions.MutuallyExclusiveWithFinder
-
- All Implemented Interfaces:
org.apache.commons.collections4.Predicate<OptionRestriction>
public class MutuallyExclusiveWithFinder extends java.lang.Object implements org.apache.commons.collections4.Predicate<OptionRestriction>
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
tag
-
Constructor Summary
Constructors Constructor Description MutuallyExclusiveWithFinder()
MutuallyExclusiveWithFinder(java.lang.String tag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
evaluate(OptionRestriction restriction)
-
-
-
Method Detail
-
evaluate
public boolean evaluate(OptionRestriction restriction)
- Specified by:
evaluate
in interfaceorg.apache.commons.collections4.Predicate<OptionRestriction>
-
-