Package app.entity.interfaces
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
-
Method Details
-
filterByCamp
Filters the items by camp.- Parameters:
camp- The camp of the items.- Returns:
- A list of items in the camp.
-