Q - Search query param, be it single string or struct or union with search parameters.R - The result type of the search.public interface Searcher<Q,R>
| Modifier and Type | Method and Description |
|---|---|
List<R> |
search(Q query)
Run a query and return the resulting items.
|
default Stream<R> |
stream(Q query)
Run a query and stream the resulting items.
|
Copyright © 2015–2019 morimekta.net. All rights reserved.