Package org.ores.async
Class Asyncc.EachCallback<E>
- java.lang.Object
-
- org.ores.async.Asyncc.EachCallback<E>
-
- All Implemented Interfaces:
Asyncc.IEachCallback<E>
,Asyncc.IEachCallbacks<E>
- Enclosing class:
- Asyncc
public abstract static class Asyncc.EachCallback<E> extends java.lang.Object implements Asyncc.IEachCallback<E>, Asyncc.IEachCallbacks<E>
-
-
Constructor Summary
Constructors Constructor Description EachCallback(org.ores.async.ShortCircuit s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isShortCircuited()
-
Methods inherited from interface org.ores.async.Asyncc.IEachCallback
done
-
Methods inherited from interface org.ores.async.Asyncc.IEachCallbacks
reject, resolve
-
-