Class NotFilter

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NotFilter​(java.lang.Object filterParameter)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <E> Filters<E> applyOn​(Filters<E> filters)  
      (package private) boolean filter​(java.lang.Object propertyValueOfCurrentElement)  
      static NotFilter not​(java.lang.Object valueNotToMatch)  
      • Methods inherited from class java.lang.Object

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

      • NotFilter

        private NotFilter​(java.lang.Object filterParameter)
    • Method Detail

      • not

        public static NotFilter not​(java.lang.Object valueNotToMatch)
      • filter

        boolean filter​(java.lang.Object propertyValueOfCurrentElement)