Class FilterMerger


  • public class FilterMerger
    extends java.lang.Object
    Объединение разных фильтров по принципу OR
    • Constructor Summary

      Constructors 
      Constructor Description
      FilterMerger()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<N2oAccessFilter> merge​(java.util.List<N2oAccessFilter> filters)
      Суммирует фильтры одного поля (объединение множеств значений).
      • Methods inherited from class java.lang.Object

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

      • FilterMerger

        public FilterMerger()
    • Method Detail

      • merge

        public static java.util.List<N2oAccessFilter> merge​(java.util.List<N2oAccessFilter> filters)
        Суммирует фильтры одного поля (объединение множеств значений).