We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2e4215f
ObservableProperty
SafeResultClosure
import Bond
.observeNext() { [unowned self] newValue in
.didSet(self) { (self, newValue) in
Observable<ValueType>
ObservableProperty<ValueType>
Observable(value)
ObservableProperty(value)