Package app.entity.interfaces
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
-
Method Details
-
filterByID
Filters the list of items by ID.- Parameters:
id- The ID to filter by.- Returns:
- A new list of items that match the ID.
-