Uses of Interface
org.codelibs.fess.util.BooleanFunction
Packages that use BooleanFunction
-
Uses of BooleanFunction in org.codelibs.fess.es.client
Methods in org.codelibs.fess.es.client with parameters of type BooleanFunctionModifier and TypeMethodDescription<T> longSearchEngineClient.scrollSearch(String index, SearchEngineClient.SearchCondition<org.opensearch.action.search.SearchRequestBuilder> condition, SearchEngineClient.EntityCreator<T, org.opensearch.action.search.SearchResponse, org.opensearch.search.SearchHit> creator, BooleanFunction<T> cursor) -
Uses of BooleanFunction in org.codelibs.fess.helper
Methods in org.codelibs.fess.helper with parameters of type BooleanFunctionModifier and TypeMethodDescriptionlongSearchHelper.scrollSearch(SearchRequestParams params, BooleanFunction<Map<String, Object>> cursor, org.dbflute.optional.OptionalThing<FessUserBean> userBean)