Back to Rxswift

Other Type Aliases

docs/Other Typealiases.html

6.10.21007 B
Original Source

Other Type Aliases

The following type aliases are available globally.

`

                RxObservable
                `

A type-erased ObservableType.

It represents a push style sequence.

Declaration

Swift

public typealias RxObservable<Element> = RxSwift.Observable<Element>

`

                RxTimeInterval
                `

Undocumented

Declaration

Swift

public typealias RxTimeInterval = DispatchTimeInterval

`

                RxTime
                `

Type that represents absolute time in the context of RxSwift.

Declaration

Swift

public typealias RxTime = Date

`

                RxAbstractInteger
                `

Undocumented

Declaration

Swift

public typealias RxAbstractInteger = FixedWidthInteger

`

                SingleEvent
                `

Undocumented

Declaration

Swift

public typealias SingleEvent<Element> = Result<Element, Swift.Error>