Interface IFilterableByCamp<T extends ITaggedItem>

Type Parameters:
T - The type of the item.
All Known Implementing Classes:
EnquiryList, SuggestionList

public interface IFilterableByCamp<T extends ITaggedItem>
Interface for items that can be filtered by camp.
  • Method Summary

    Modifier and Type
    Method
    Description
    Filters the items by camp.
  • Method Details

    • filterByCamp

      RepositoryList<T> filterByCamp(Camp camp)
      Filters the items by camp.
      Parameters:
      camp - The camp of the items.
      Returns:
      A list of items in the camp.