public interface RunnableWithResultSync<T>
A Runnable like interface that can return a result synchronously
Methods
public abstract T run() | Similar to the runnable interface but can return a result |
Method details
run
public abstract T run()Similar to the runnable interface but can return a result
Returns
the result of the run operation