Class NotInFilter

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NotInFilter​(java.lang.Object... filterParameter)  
    • Constructor Detail

      • NotInFilter

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

      • notIn

        public static NotInFilter notIn​(java.lang.Object... valuesNotToMatch)
      • filter

        public boolean filter​(java.lang.Object propertyValueOfCurrentElement)