Package org.gcube.common.clients.queries
Interface ResultMatcher<R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatch(R result)Returnstrueif the result should be retained.
-
-
-
Method Detail
-
match
boolean match(R result)
Returnstrueif the result should be retained.- Parameters:
result- the result- Returns:
trueif the result should be retained
-
-