docs/Other Typealiases.html
The following type aliases are available globally.
`
RxObservable
`
A type-erased ObservableType.
It represents a push style sequence.
Swift
public typealias RxObservable<Element> = RxSwift.Observable<Element>
`
RxTimeInterval
`
Undocumented
Swift
public typealias RxTimeInterval = DispatchTimeInterval
`
RxTime
`
Type that represents absolute time in the context of RxSwift.
Swift
public typealias RxTime = Date
`
RxAbstractInteger
`
Undocumented
Swift
public typealias RxAbstractInteger = FixedWidthInteger
`
SingleEvent
`
Undocumented
Swift
public typealias SingleEvent<Element> = Result<Element, Swift.Error>