abstract fun setHandler(handler: Handler<WatchResult<T>>): Watch<T>
Set the result handler. As data is changed, the handler will be called with the result.
handler - the result handler
handler
Return reference to this, for fluency