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