Interface DatabaseQueryHelper.Filter<T>

Type Parameters:
T - the generic type
Enclosing class:
DatabaseQueryHelper

public static interface DatabaseQueryHelper.Filter<T>
The Interface Filter.
  • Method Summary

    Modifier and Type Method Description
    boolean accepts​(T t)
    Accepts.
  • Method Details

    • accepts

      boolean accepts​(T t)
      Accepts.
      Parameters:
      t - the t
      Returns:
      true, if successful