Interface IFilterableByID<T extends ITaggedItem>

Type Parameters:
T - The type of item to filter.
All Known Implementing Classes:
Camp, CampDetails, CampList, EnquiryList, SuggestionList, UserList

public interface IFilterableByID<T extends ITaggedItem>
Interface for filtering a list of items by ID.
  • Method Summary

    Modifier and Type
    Method
    Description
    Filters the list of items by ID.
  • Method Details

    • filterByID

      RepositoryList<T> filterByID(String id)
      Filters the list of items by ID.
      Parameters:
      id - The ID to filter by.
      Returns:
      A new list of items that match the ID.