Uses of Interface
org.nuxeo.common.function.ThrowableBiFunction
Packages that use ThrowableBiFunction
-
Uses of ThrowableBiFunction in org.nuxeo.common.function
Methods in org.nuxeo.common.function with parameters of type ThrowableBiFunctionModifier and TypeMethodDescriptionstatic <T,
U, R, E extends Throwable>
BiFunction<T, U, R> ThrowableBiFunction.asBiFunction
(ThrowableBiFunction<T, U, R, E> throwableFunction) -
Uses of ThrowableBiFunction in org.nuxeo.runtime.opensearch1.client
Methods in org.nuxeo.runtime.opensearch1.client with parameters of type ThrowableBiFunctionModifier and TypeMethodDescriptionprotected <I extends org.opensearch.action.ActionRequest,
O extends org.opensearch.action.ActionResponse>
OOpenSearchRestClient.performRequestWithTracing
(ThrowableBiFunction<I, org.opensearch.client.RequestOptions, O, IOException> runner, I request, String spanName)