AnyDisposable

public final class AnyDisposable: Disposable

A type-erased disposable that forwards operations to an underlying disposable.

  • A type-erased disposable that forwards operations to an underlying disposable.

    Declaration

    Swift

    public var isDisposed: Bool
  • A type-erased disposable that forwards operations to an underlying disposable.

    Declaration

    Swift

    public func dispose()