Interface QueryFilter<T>

Type Parameters:
T - The entity

public interface QueryFilter<T>
Decides which entities to keep as a query result.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    keep(T entity)
     
  • Method Details

    • keep

      boolean keep(T entity)