We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca619ef + 8c54fb6 commit 7ca872aCopy full SHA for 7ca872a
packages/rsocket-flowable/src/Single.js
@@ -82,7 +82,7 @@ export default class Single<T> {
82
});
83
}
84
85
- static error<U>(error: Error): Single<U> {
+ static error<U = empty>(error: Error): Single<U> {
86
return new Single(subscriber => {
87
subscriber.onSubscribe();
88
subscriber.onError(error);
0 commit comments