Class IsRequiredOptionFinder

  • All Implemented Interfaces:
    java.util.function.Predicate<OptionRestriction>, org.apache.commons.collections4.Predicate<OptionRestriction>

    public class IsRequiredOptionFinder
    extends java.lang.Object
    implements org.apache.commons.collections4.Predicate<OptionRestriction>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean evaluate​(OptionRestriction restriction)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
      • Methods inherited from interface org.apache.commons.collections4.Predicate

        test
    • Constructor Detail

      • IsRequiredOptionFinder

        public IsRequiredOptionFinder()
    • Method Detail

      • evaluate

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