You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2024. It is now read-only.
Falsehood is established as soon as the first value is emitted. True will can be returned once the source observable has terminated.
175
+
Falsehood is established as soon as the first value is emitted. `true` will be returned once the source observable has terminated.
176
176
177
177
## contains
178
178
@@ -202,7 +202,7 @@ If we had used `contains(4)` where we used `contains(4L)`, nothing would be prin
202
202
203
203
## defaultIfEmpty
204
204
205
-
If an empty sequence would cause you problems, rather than checking with `isEmpty` and handling the case, you can force an obserable to emit a value on completion if didn't emit anything before completing.
205
+
If an empty sequence would cause you problems, rather than checking with `isEmpty` and handling the case, you can force an observable to emit a value on completion if it didn't emit anything before completing.
0 commit comments