Interface DataCollectionFilters.DataCollectionFilter<T extends DataCollectionId>

All Known Subinterfaces:
Tables.TableFilter
Enclosing interface:
DataCollectionFilters
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface DataCollectionFilters.DataCollectionFilter<T extends DataCollectionId>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • isIncluded

      boolean isIncluded(T id)