Interface FilteredTableDataService.LocationKeyFilter

Enclosing class:
FilteredTableDataService
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 FilteredTableDataService.LocationKeyFilter
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(@NotNull TableLocationKey locationKey)
    Determine whether a TableLocationKey should be visible via this service.
  • Method Details

    • accept

      boolean accept(@NotNull @NotNull TableLocationKey locationKey)
      Determine whether a TableLocationKey should be visible via this service.
      Parameters:
      locationKey - The location key
      Returns:
      True if the location key should be visible, false otherwise