Class OrFilter<T>

  • All Implemented Interfaces:
    Filter<T>

    public class OrFilter<T>
    extends java.lang.Object
    implements Filter<T>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean apply​(T value)  
      • Methods inherited from class java.lang.Object

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

      • OrFilter

        public OrFilter​(Filter<T>... filters)
      • OrFilter

        public OrFilter​(java.util.List<Filter<T>> orFilters)
    • Method Detail

      • apply

        public boolean apply​(T value)
        Specified by:
        apply in interface Filter<T>