Class AllowedValuesOptionFinder

  • All Implemented Interfaces:
    org.apache.commons.collections4.Predicate<OptionRestriction>

    public class AllowedValuesOptionFinder
    extends java.lang.Object
    implements org.apache.commons.collections4.Predicate<OptionRestriction>
    • Constructor Detail

      • AllowedValuesOptionFinder

        public AllowedValuesOptionFinder()
    • Method Detail

      • evaluate

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