Class PojoFilters.NotPojoFilter<T>

    • Constructor Detail

      • NotPojoFilter

        public NotPojoFilter​(PojoFilter<T> PojoFilter)
    • Method Detail

      • test

        public boolean test​(T t)
        Specified by:
        test in interface Predicate<T>