- makeControllerFunction<T>(valueStore: MutableStore<T>, subscriberStore: ObservableSubscriberStore<T>): <Key>(key: Key) => (...arguments_: Parameters<Required<Observer<T>>[Key]>) => void
Type parameters
Parameters
valueStore: MutableStore<T>
Returns <Key>(key: Key) => (...arguments_: Parameters<Required<Observer<T>>[Key]>) => void
- <Key>(key: Key): (...arguments_: Parameters<Required<Observer<T>>[Key]>) => void
Type parameters
Parameters
Returns (...arguments_: Parameters<Required<Observer<T>>[Key]>) => void
- (...arguments_: Parameters<Required<Observer<T>>[Key]>): void
Parameters
rest...arguments_: Parameters<Required<Observer<T>>[Key]>
Returns void