Uses of Interface
org.teamapps.ux.task.function.ProgressReportingBiFunction
-
Packages that use ProgressReportingBiFunction Package Description org.teamapps.ux.task -
-
Uses of ProgressReportingBiFunction in org.teamapps.ux.task
Methods in org.teamapps.ux.task with parameters of type ProgressReportingBiFunction Modifier and Type Method Description <U> ProgressCompletableFuture<U>ProgressCompletableFuture. handle(ProgressReportingBiFunction<? super T,java.lang.Throwable,? extends U> fn)<U> ProgressCompletableFuture<U>ProgressCompletableFuture. handleAsync(ProgressReportingBiFunction<? super T,java.lang.Throwable,? extends U> fn)<U> ProgressCompletableFuture<U>ProgressCompletableFuture. handleAsync(ProgressReportingBiFunction<? super T,java.lang.Throwable,? extends U> fn, java.util.concurrent.Executor executor)
-