Closed
Description
How do you guys feel about an overload that is named something along the lines of Observable.firstOrDefaultSingle
and basically does the same as Observable.firstOrDefault
with the difference of returning a Single<T>
instead of Observable<T>
?
Edit: Could also maybe be called firstOrDefaultAsSingle