| Package | Description |
|---|---|
| rx.observables |
| Modifier and Type | Method and Description |
|---|---|
static <T |
AbstractOnSubscribe.create(Action1
Creates an
AbstractOnSubscribe instance which calls the provided
next action.
|
static <T |
AbstractOnSubscribe.create(Action1
Creates an
AbstractOnSubscribe instance which creates a custom state with the
onSubscribe function and calls the provided
next action.
|
static <T |
AbstractOnSubscribe.create(Action1
Creates an
AbstractOnSubscribe instance which creates a custom state with the
onSubscribe function, calls the provided
next action and calls the
onTerminated action to release the state when its no longer needed.
|