Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactoryExtensionIfSupportedMoreStep
-
Packages that use SearchPredicateFactoryExtensionIfSupportedMoreStep Package Description org.hibernate.search.engine.search.predicate.dsl -
-
Uses of SearchPredicateFactoryExtensionIfSupportedMoreStep in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl that return SearchPredicateFactoryExtensionIfSupportedMoreStep Modifier and Type Method Description <T> SearchPredicateFactoryExtensionIfSupportedMoreStep
SearchPredicateFactoryExtensionIfSupportedStep. ifSupported(SearchPredicateFactoryExtension<T> extension, Function<T,? extends PredicateFinalStep> predicateContributor)
If the given extension is supported, and none of the previous extensions passed toSearchPredicateFactoryExtensionIfSupportedStep.ifSupported(SearchPredicateFactoryExtension, Function)
was supported, extend the current factory with this extension, apply the given function to the extended factory, and store the resulting predicate for later retrieval.
-