RxSwift/Traits/Infallible
-
Infallible
is anObservable
-like push-style interface which is guaranteed to not emit error events.Unlike
See moreSharedSequence
, it does not share its resources or replay its events, but acts as a standardObservable
.Declaration
Swift
public struct Infallible<Element> : InfallibleType