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.
first
1 parent 1949433 commit c282e05Copy full SHA for c282e05
RxSwift/Traits/PrimitiveSequence.swift
@@ -778,7 +778,7 @@ extension ObservableType {
778
779
- seealso: [single operator on reactivex.io](http://reactivex.io/documentation/operators/first.html)
780
781
- - returns: An observable sequence that emits a single element or nil if the source Publisher completes without emitting any items.
+ - returns: An observable sequence that emits a single element or nil if the source observable sequence completes without emitting any items.
782
*/
783
public func first() -> Single<E?> {
784
return PrimitiveSequence(raw: First(source: self.asObservable()))
0 commit comments