Class Operators.Not

    • Method Detail

      • accept

        public <R> R accept​(FilterPredicate.Visitor<R> visitor)
        Description copied from interface: FilterPredicate
        A FilterPredicate must accept a Visitor, per the visitor pattern.
        Specified by:
        accept in interface FilterPredicate
        Type Parameters:
        R - return type of the visitor
        Parameters:
        visitor - a visitor
        Returns:
        the return value of Visitor#visit(this)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object