Class Filter.Or

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.List<Filter.Node> children  
    • Constructor Summary

      Constructors 
      Constructor Description
      Or()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean match​(Filter.Arguments arguments)  
      • Methods inherited from class java.lang.Object

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

    • Constructor Detail

      • Or

        Or()
    • Method Detail

      • match

        public boolean match​(Filter.Arguments arguments)
                      throws java.lang.Exception
        Specified by:
        match in class Filter.Node
        Throws:
        java.lang.Exception