bind<T extends Object> method
Returns the value and also connects the signal to any Watcher that accessed this value.
Implementation
@protected
T bind<T extends Object>(T value, Signal signal) {
return SubscriptionManager.connectToSubscribersOf(value, signal);
}