public interface RunnableWithResult<T>
Modifier and Type | Method and Description |
---|---|
void |
run(SuccessCallback<T> onSuccess)
Similar to the runnable interface but can return a result
|
void run(SuccessCallback<T> onSuccess)
onSuccess
- the result of the call