Back to Rxswift

RxSwift/Traits/Infallible

docs/RxSwift/Traits/Infallible.html

6.10.2437 B
Original Source

RxSwift/Traits/Infallible

`

                Infallible
                `

Infallible is an Observable-like push-style interface which is guaranteed to not emit error events.

Unlike SharedSequence, it does not share its resources or replay its events, but acts as a standard Observable.

See more

Declaration

Swift

public struct Infallible<Element> : InfallibleType