Class RequiredFromFinder

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

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

      Fields 
      Modifier and Type Field Description
      private java.lang.String tag  
    • 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
    • Field Detail

      • tag

        private final java.lang.String tag
    • Constructor Detail

      • RequiredFromFinder

        public RequiredFromFinder()
      • RequiredFromFinder

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

      • evaluate

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