Uses of Interface
org.teamapps.ux.task.function.ProgressReportingSupplier
Packages that use ProgressReportingSupplier
-
Uses of ProgressReportingSupplier in org.teamapps.ux.component.progress
Methods in org.teamapps.ux.component.progress with parameters of type ProgressReportingSupplierModifier and TypeMethodDescriptiondefault <T> ProgressCompletableFuture<T> MultiProgressDisplay.addTask(Icon icon, String taskName, ProgressReportingSupplier<T> supplier) default <T> ProgressCompletableFuture<T> MultiProgressDisplay.addTask(Icon icon, String taskName, ProgressReportingSupplier<T> supplier, Executor executor) -
Uses of ProgressReportingSupplier in org.teamapps.ux.task
Methods in org.teamapps.ux.task with parameters of type ProgressReportingSupplierModifier and TypeMethodDescriptionProgressCompletableFuture.completeAsync(ProgressReportingSupplier<? extends T> supplier) ProgressCompletableFuture.completeAsync(ProgressReportingSupplier<? extends T> supplier, Executor executor) static <U> ProgressCompletableFuture<U> ProgressCompletableFuture.supplyAsync(ProgressReportingSupplier<U> supplier) static <U> ProgressCompletableFuture<U> ProgressCompletableFuture.supplyAsync(ProgressReportingSupplier<U> supplier, Executor executor)