Interface RunnableWithResultSync<T>
public interface RunnableWithResultSync<T>
A Runnable like interface that can return a result synchronously
-
Method Summary
-
Method Details
-
run
T run()Similar to the runnable interface but can return a result
Returns
the result of the run operation
-