Interface OrganizerItemFilter


public interface OrganizerItemFilter
Defines a filter for selecting OrganizerItem items returned by Organizer.items(OrganizerItemFilter).
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Determines whether the item should be included in the filtered results.
  • Method Details

    • matches

      boolean matches(OrganizerItem item)
      Determines whether the item should be included in the filtered results. The method is called for each item in Organizer.
      Parameters:
      item - The OrganizerItem to evaluate.
      Returns:
      true if the item should be included in the results; false otherwise.