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 Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(T element)
     
  • Method Details

    • accept

      boolean accept(T element)