Class UnaryFilter

    • Method Detail

      • not

        public static UnaryFilter not()
        Constructs a NOT filter
        Returns:
        The constructed NOT Filter
      • not

        public static UnaryFilter not​(Filter filter)
        Constructs a NOT filter with the associated inner Filter
        Parameters:
        filter - The inner Filter
        Returns:
        The constructed NOT Filter
      • build

        public StringBuilder build​(StringBuilder builder)
        Constructs a String representation of a Filter
        Parameters:
        builder - The current buffer containing the on going representation of the filter
        Returns:
        The constructed String