Back to Rxswift

CompletableEvent

docs/Enums/CompletableEvent.html

6.10.2429 B
Original Source

CompletableEvent

@frozen
public enum CompletableEvent

Undocumented

`

                error(_:)
                `

Sequence terminated with an error. (underlying observable sequence emits: .error(Error))

Declaration

Swift

case error(Swift.Error)

`

                completed
                `

Sequence completed successfully.

Declaration

Swift

case completed