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.
1 parent 7ce777f commit ea6c7deCopy full SHA for ea6c7de
src/main/java/io/reactivex/Maybe.java
@@ -3116,7 +3116,8 @@ public final Observable<T> toObservable() {
3116
3117
/**
3118
* Converts this Maybe into a Single instance composing cancellation
3119
- * through and turning an empty Maybe into a signal of NoSuchElementException.
+ * through and turning an empty Maybe into a Single that emits the given
3120
+ * value through onSuccess.
3121
* <dl>
3122
* <dt><b>Scheduler:</b></dt>
3123
* <dd>{@code toSingle} does not operate by default on a particular {@link Scheduler}.</dd>
0 commit comments