ReactiveN<T> reactN<T>([T? initial, bool strict = true]) { final r = ReactiveN<T>(initial, strict); r.bind(this); return r; }