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 Object implements org.apache.commons.collections4.Predicate<OptionRestriction>
  • Field Details

    • tag

      private final String tag
  • Constructor Details

    • MutuallyExclusiveWithFinder

      public MutuallyExclusiveWithFinder()
    • MutuallyExclusiveWithFinder

      public MutuallyExclusiveWithFinder(String tag)
  • Method Details