Uses of Interface
org.teamapps.ux.task.function.ProgressReportingFunction
Packages that use ProgressReportingFunction
-
Uses of ProgressReportingFunction in org.teamapps.ux.task
Methods in org.teamapps.ux.task with parameters of type ProgressReportingFunctionModifier and TypeMethodDescriptionProgressCompletableFuture.exceptionally(ProgressReportingFunction<Throwable, ? extends T> fn) <U> ProgressCompletableFuture<U> ProgressCompletableFuture.thenApply(ProgressReportingFunction<? super T, ? extends U> fn) <U> ProgressCompletableFuture<U> ProgressCompletableFuture.thenApplyAsync(ProgressReportingFunction<? super T, ? extends U> fn) <U> ProgressCompletableFuture<U> ProgressCompletableFuture.thenApplyAsync(ProgressReportingFunction<? super T, ? extends U> fn, Executor executor)