Method | Description | |
---|---|---|
complete ( ) | ||
subscribe ( callable $onNext ) |
Method | Description | |
---|---|---|
emit ( mixed $value ) : Promise | Emits a value from the observable. The returned promise is resolved with the emitted value once all subscribers have been invoked. | |
resolve ( mixed $value = null ) | Resolves the observable with the given value. |