-
- Enclosing interface:
- Database
public static interface Database.FilterA filter type that can be used withDatabase.addFilter(Filter)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanexclude(Definition definition)Whether to include an object in this database.
-
-
-
Method Detail
-
exclude
boolean exclude(Definition definition)
Whether to include an object in this database.
-
-