Package org.ores.async
Class NeoQueue.Task<T,V>
- java.lang.Object
-
- org.ores.async.NeoQueue.Task<T,V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getValue()
boolean
isStarted()
-
-
-
Constructor Detail
-
Task
public Task(T value)
-
Task
public Task(T value, NeoQueue.IAsyncErrFirstCb<V> cb)
-
-
Method Detail
-
getValue
public T getValue()
-
isStarted
public boolean isStarted()
-
-