Extensions

The following extensions are available globally.

  • Declaration

    Swift

    final class PublishSubject<Element> : Observable<Element>, SubjectType, Cancelable, ObserverType, SynchronizedUnsubscribeType
  • Declaration

    Swift

    struct UInt64 : FixedWidthInteger, UnsignedInteger
  • Declaration

    Swift

    typealias Single<Element> = PrimitiveSequence<SingleTrait, Element>