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 Type
    Method
    Description
    filterByVisibility(boolean visible)
    Filters the list of items by visibility.
  • Method Details

    • filterByVisibility

      RepositoryList<T> filterByVisibility(boolean visible)
      Filters the list of items by visibility.
      Parameters:
      visible - The visibility to filter by.
      Returns:
      A new list of items filtered by visibility.