Uses of Interface
org.teamapps.ux.task.function.ProgressReportingBiFunction
Packages that use ProgressReportingBiFunction
-
Uses of ProgressReportingBiFunction in org.teamapps.ux.task
Methods in org.teamapps.ux.task with parameters of type ProgressReportingBiFunctionModifier and TypeMethodDescription<U> ProgressCompletableFuture<U> ProgressCompletableFuture.handle(ProgressReportingBiFunction<? super T, Throwable, ? extends U> fn) <U> ProgressCompletableFuture<U> ProgressCompletableFuture.handleAsync(ProgressReportingBiFunction<? super T, Throwable, ? extends U> fn) <U> ProgressCompletableFuture<U> ProgressCompletableFuture.handleAsync(ProgressReportingBiFunction<? super T, Throwable, ? extends U> fn, Executor executor)