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