Uses of Interface
org.ores.async.NeoQueue.IAsyncErrFirstCb
-
-
Uses of NeoQueue.IAsyncErrFirstCb in org.ores.async
Classes in org.ores.async that implement NeoQueue.IAsyncErrFirstCb Modifier and Type Class Description static classNeoQueue.AsyncCallback<T>Methods in org.ores.async with parameters of type NeoQueue.IAsyncErrFirstCb Modifier and Type Method Description voidNeoQueue. push(NeoQueue.Task<T,V> t, NeoQueue.IAsyncErrFirstCb<V> cb)voidNeoQueue.ITaskHandler. run(NeoQueue.Task<T,V> t, NeoQueue.IAsyncErrFirstCb<V> v)Constructors in org.ores.async with parameters of type NeoQueue.IAsyncErrFirstCb Constructor Description Task(T value, NeoQueue.IAsyncErrFirstCb<V> cb)
-