public interface SearchQueryResultContext<Q>
Modifier and Type | Method and Description |
---|---|
SearchQueryContext<Q> |
predicate(Function<? super SearchPredicateFactoryContext,SearchPredicate> predicateContributor) |
SearchQueryContext<Q> |
predicate(SearchPredicate predicate) |
SearchQueryContext<Q> predicate(SearchPredicate predicate)
SearchQueryContext<Q> predicate(Function<? super SearchPredicateFactoryContext,SearchPredicate> predicateContributor)
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.