Events

  • Represents a changing stream of values that can be observed.

    See more

    Declaration

    Swift

    public protocol Observable
  • Represents a subscription to an observable type.

    See more

    Declaration

    Swift

    public protocol Subscription