Interface PivotModels.Filter<T>

  • Enclosing class:
    PivotModels

    public static interface PivotModels.Filter<T>
    The filter interface
    • Method Detail

      • keep

        boolean keep​(T item)
        Determine whether to keep or filter out the item.
        Returns:
        true to keep, false to filter out