E
- The entity model typeC
- The type of the criteria with the search filterpublic interface Searcher<E,C extends SearchCriteria<C>>
Modifier and Type | Method and Description |
---|---|
io.reactivex.Observable<Page<E>> |
search(C criteria)
It searches entities of a type based on a criteria.
|