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