Class RejectCounterFilter

java.lang.Object
se.datadosen.jalbum.CategoryCounters
se.datadosen.jalbum.RejectCounterFilter
All Implemented Interfaces:
Predicate<AlbumObject>, AlbumObjectFilter

public class RejectCounterFilter extends CategoryCounters implements AlbumObjectFilter
Filter and CategoryCounter that keeps count on number of rejected categories of AlbumObjects Counts only visible, i.e. not excluded or hidden objects
Since:
33.2
  • Constructor Details

  • Method Details

    • test

      public boolean test(AlbumObject ao)
      Description copied from interface: AlbumObjectFilter
      Tests whether or not the specified AlbumObject should be included in a children list.
      Specified by:
      test in interface AlbumObjectFilter
      Specified by:
      test in interface Predicate<AlbumObject>
      Parameters:
      ao - The AlbumObject to be tested
      Returns:
      true if and only if AlumObject should be included