Class OrFilter

  • All Implemented Interfaces:
    Filter

    public class OrFilter
    extends AbstractFilter
    OrFilter
    Author:
    brozow
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean match​(java.util.Map<java.lang.String,​java.lang.String> properties)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OrFilter

        public OrFilter​(java.util.List<Filter> filters)
      • OrFilter

        public OrFilter​(Filter... filters)