Package io.objectbox.query
Interface QueryFilter<T>
-
- Type Parameters:
T
- The entity
public interface QueryFilter<T>
Decides which entities to keep as a query result.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
keep(T entity)
-
-
-
Method Detail
-
keep
boolean keep(T entity)
-
-