Class 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 Detail

      • tag

        private final java.lang.String tag
    • Constructor Detail

      • MutuallyExclusiveWithFinder

        public MutuallyExclusiveWithFinder()
      • MutuallyExclusiveWithFinder

        public MutuallyExclusiveWithFinder​(java.lang.String tag)
    • Method Detail

      • evaluate

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