Uses of Interface
org.teamapps.ux.task.function.ProgressReportingSupplier
| Package | Description |
|---|---|
| org.teamapps.ux.component.progress | |
| org.teamapps.ux.task |
-
Uses of ProgressReportingSupplier in org.teamapps.ux.component.progress
Methods in org.teamapps.ux.component.progress with parameters of type ProgressReportingSupplier Modifier and Type Method Description default <T> ProgressCompletableFuture<T>MultiProgressDisplay. addTask(org.teamapps.icons.Icon icon, java.lang.String taskName, ProgressReportingSupplier<T> supplier)default <T> ProgressCompletableFuture<T>MultiProgressDisplay. addTask(org.teamapps.icons.Icon icon, java.lang.String taskName, ProgressReportingSupplier<T> supplier, java.util.concurrent.Executor executor) -
Uses of ProgressReportingSupplier in org.teamapps.ux.task
Methods in org.teamapps.ux.task with parameters of type ProgressReportingSupplier Modifier and Type Method Description ProgressCompletableFuture<T>ProgressCompletableFuture. completeAsync(ProgressReportingSupplier<? extends T> supplier)ProgressCompletableFuture<T>ProgressCompletableFuture. completeAsync(ProgressReportingSupplier<? extends T> supplier, java.util.concurrent.Executor executor)static <U> ProgressCompletableFuture<U>ProgressCompletableFuture. supplyAsync(ProgressReportingSupplier<U> supplier)static <U> ProgressCompletableFuture<U>ProgressCompletableFuture. supplyAsync(ProgressReportingSupplier<U> supplier, java.util.concurrent.Executor executor)