T - the value type emittedpublic interface IxEmitter<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete()
Indicate no more values will be generated.
|
void |
onNext(T value)
The next value to signal.
|
void onNext(T value)
value - the value to signalvoid onComplete()