Package mondrian.util

Interface FilteredIterableList.Filter<T>

  • Enclosing class:
    FilteredIterableList<T>

    public static interface FilteredIterableList.Filter<T>
    Filter to determine which elements should be shown.
    • Method Detail

      • accept

        boolean accept​(T element)