Package org.teamapps.ux.task.function
Interface ProgressReportingBiFunction<T,U,R>
-
public interface ProgressReportingBiFunction<T,U,R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rapply(T t, U u, ProgressMonitor progressMonitor)
-
-
-
Method Detail
-
apply
R apply(T t, U u, ProgressMonitor progressMonitor)
-
-