Class RejectModifierPredicate

  • All Implemented Interfaces:
    Predicate

    public class RejectModifierPredicate
    extends java.lang.Object
    implements Predicate
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int rejectMask  
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • rejectMask

        private int rejectMask
    • Constructor Detail

      • RejectModifierPredicate

        public RejectModifierPredicate​(int rejectMask)
    • Method Detail

      • evaluate

        public boolean evaluate​(java.lang.Object arg)
        Specified by:
        evaluate in interface Predicate