File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/io/reactivex Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10015,7 +10015,7 @@ public final Observable<T> share() {
10015
10015
}
10016
10016
10017
10017
/**
10018
- * Returns an Observable that emits the single item emitted by this Observable if this Observable
10018
+ * Returns a Maybe that emits the single item emitted by this Observable if this Observable
10019
10019
* emits only a single item, otherwise if this Observable emits more than one item or no items, an
10020
10020
* {@code IllegalArgumentException} or {@code NoSuchElementException} is signalled respectively.
10021
10021
* <p>
@@ -10025,7 +10025,7 @@ public final Observable<T> share() {
10025
10025
* <dd>{@code singleElement} does not operate by default on a particular {@link Scheduler}.</dd>
10026
10026
* </dl>
10027
10027
*
10028
- * @return an Observable that emits the single item emitted by the source ObservableSource
10028
+ * @return a {@link Maybe} that emits the single item emitted by the source ObservableSource
10029
10029
* @see <a href="http://reactivex.io/documentation/operators/first.html">ReactiveX operators documentation: First</a>
10030
10030
*/
10031
10031
@CheckReturnValue
You can’t perform that action at this time.
0 commit comments