Uses of Interface
org.elasticsearch.common.CheckedSupplier
-
Packages that use CheckedSupplier Package Description org.elasticsearch.action -
-
Uses of CheckedSupplier in org.elasticsearch.action
Methods in org.elasticsearch.action with parameters of type CheckedSupplier Modifier and Type Method Description static <Response> voidActionListener. completeWith(ActionListener<Response> listener, CheckedSupplier<Response,? extends Exception> supplier)Completes the given listener with the result from the provided supplier accordingly.static <T> ActionRunnable<T>ActionRunnable. supply(ActionListener<T> listener, CheckedSupplier<T,Exception> supplier)Creates aRunnablethat invokes the given listener with the return of the given supplier.
-