Uses of Interface
org.teamapps.ux.task.function.ProgressReportingFunction
| Package | Description |
|---|---|
| org.teamapps.ux.task |
-
Uses of ProgressReportingFunction in org.teamapps.ux.task
Methods in org.teamapps.ux.task with parameters of type ProgressReportingFunction Modifier and Type Method Description ProgressCompletableFuture<T>ProgressCompletableFuture. exceptionally(ProgressReportingFunction<java.lang.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, java.util.concurrent.Executor executor)