Package org.ores.async
Interface Asyncc.IEachCallbacks<E>
-
- All Known Implementing Classes:
Asyncc.EachCallback
- Enclosing class:
- Asyncc
public static interface Asyncc.IEachCallbacks<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
reject(E e)
void
resolve()
-
-
-
Method Detail
-
resolve
void resolve()
-
reject
void reject(E e)
-
-