Package org.ores.async
Class NeoQueue.AsyncCallback<T>
java.lang.Object
org.ores.async.NeoQueue.AsyncCallback<T>
- All Implemented Interfaces:
NeoQueue.IAsyncErrFirstCb<T>,NeoQueue.ICallbacks<T>
public abstract static class NeoQueue.AsyncCallback<T>
extends Object
implements NeoQueue.IAsyncErrFirstCb<T>, NeoQueue.ICallbacks<T>
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ores.async.NeoQueue.IAsyncErrFirstCb
doneMethods inherited from interface org.ores.async.NeoQueue.ICallbacks
reject, resolve
-
Method Details
-
isShortCircuited
public boolean isShortCircuited()
-