Interface Filter<T>

  • Type Parameters:
    T - the type of the items to be filtered

    public interface Filter<T>
    Represents a filter to select the items.
    Since:
    0.6.6
    • Method Detail

      • isEqual

        boolean isEqual​(T item)
        Search the items that attend the filter
        Parameters:
        item - items from database query
        Returns:
        true when the item match with filter, false othewise