RxSwift/Traits/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