Package org.ores.async
Interface Asyncc.Callback<T>
- All Superinterfaces:
Asyncc.IAsyncCallback<T,Throwable>
- Enclosing class:
- Asyncc
Throwable-fixed shorthand for
IAsyncCallback<T, Throwable>.
Same rationale as Asyncc.Task: drop the redundant , Throwable from explicitly-typed
callback references.- Since:
- 0.2.8
-
Field Summary
Fields inherited from interface org.ores.async.Asyncc.IAsyncCallback
isDone -
Method Summary
Methods inherited from interface org.ores.async.Asyncc.IAsyncCallback
done, fail, setDone, success