BindingSource
public protocol BindingSource
Describes a source which can be bound.
-
Observe the binding source by sending any events to the given observer.
Declaration
Swift
func observe(_ observer: Observer<Value, Error>, during lifetime: Lifetime) -> Disposable?