ObservablePropertyType

public protocol ObservablePropertyType: StreamType

A protocol that denotes a type that stores a value and sends updates when the underlying value changes.

  • The underlying value that triggers new values to be sent down the stream when it changes.

    Declaration

    Swift

    var value: ValueType