Interface Filter<T>

Type Parameters:
T -

public interface Filter<T>
Interface for filters. Implement this to filter sets of elements to be displayed by the widget.
  • Method Summary

    Modifier and Type Method Description
    boolean accepts​(T t)
    Returns whether the element is accepted
  • Method Details

    • accepts

      boolean accepts​(T t)
      Returns whether the element is accepted
      Parameters:
      t -
      Returns: