@Deprecated public final class SearchQueryUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
areAllConditionsFiltering(Collection<SearchQueryCondition> conditions)
Deprecated.
since 6.7, please use instead inline invocation
conditions.stream().allMatch(SearchQueryCondition::isFilteringCondition) |
@Deprecated public static boolean areAllConditionsFiltering(Collection<SearchQueryCondition> conditions)
conditions.stream().allMatch(SearchQueryCondition::isFilteringCondition)truefalse if at least one condition in the collection has filteringCondition flag set to
false, true otherwiseCopyright © 2018. All rights reserved.