Package app.entity.interfaces
Interface IFilterableByVisibility<T extends ITaggedItem>
- Type Parameters:
T- The type of the items to filter.
- All Known Implementing Classes:
Camp,CampDetails,CampList
public interface IFilterableByVisibility<T extends ITaggedItem>
Interface for filtering a list of items by visibility.
-
Method Summary
Modifier and TypeMethodDescriptionfilterByVisibility(boolean visible) Filters the list of items by visibility.
-
Method Details
-
filterByVisibility
Filters the list of items by visibility.- Parameters:
visible- The visibility to filter by.- Returns:
- A new list of items filtered by visibility.
-