WatchExtension<T extends Object> extension

extension on T where T is any non-nullable Object, Its used to directly make Watcher instance from that T.

on
  • T

Properties

watcher Watcher<T>
using .watcher on any Objects allows you to create an instance of Watcher that holds a value of type T for example:
no setter