public abstract class AsyncFunction<Tin,Tout> extends Function<Tin,Tout>
Modifier and Type | Field and Description |
---|---|
protected Tin |
input |
protected Tout |
output |
isCancelled
Modifier | Constructor and Description |
---|---|
protected |
AsyncFunction() |
Modifier and Type | Method and Description |
---|---|
Tout |
apply(UQI uqi,
Tin input)
Apply this function
|
protected abstract void |
applyInBackground(UQI uqi,
Tin input) |
protected UQI |
getUQI() |
protected abstract Tout |
init(UQI uqi,
Tin input) |
void |
onEvent(java.lang.Object obj) |
addParameters, addRequiredPermissions, cancel, compound, getHead, getParameters, getRequiredPermissions, getTail, onCancel, raiseException, toString