Package org.gcube.common.clients.queries
Interface ResultMatcher<R>
- Type Parameters:
R- the type of query results
public interface ResultMatcher<R>
A callback to filter out
Query results.- Author:
- Fabio Simeoni
- See Also:
-
Method Summary
-
Method Details
-
match
Returnstrueif the result should be retained.- Parameters:
result- the result- Returns:
trueif the result should be retained
-