public abstract class ObservableExecutor
extends java.lang.Object
| Constructor and Description |
|---|
ObservableExecutor() |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> void |
execute(<any> obs)
Subscribe to observable.
|
static ObservableExecutor |
getInstance()
New instance.
|
public abstract <T> void execute(<any> obs)
T - Type of result emited by the observable.obs - Observable to execute.public static ObservableExecutor getInstance()