Interface PredicateFiltered<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.commons.collections15.Predicate<T> getFilter()
      Retrieves the predicate used for filtering.
      void setFilter​(org.apache.commons.collections15.Predicate<T> filter)
      Sets the predicate used for filtering.
    • Method Detail

      • setFilter

        void setFilter​(org.apache.commons.collections15.Predicate<T> filter)
        Sets the predicate used for filtering.
        Parameters:
        filter - the predicate used for filtering
      • getFilter

        org.apache.commons.collections15.Predicate<T> getFilter()
        Retrieves the predicate used for filtering.
        Returns:
        the predicate used for filtering