Skip to main content

makeControllerFunction

Callable

  • makeControllerFunction<T>(valueStore: MutableStore<T>, subscriberStore: ObservableSubscriberStore<T>): <Key>(key: Key) => (...arguments_: Parameters<Required<Observer<T>>[Key]>) => void

  • Type parameters

    • T

    Parameters

    Returns <Key>(key: Key) => (...arguments_: Parameters<Required<Observer<T>>[Key]>) => void

      • <Key>(key: Key): (...arguments_: Parameters<Required<Observer<T>>[Key]>) => void
      • Type parameters

        Parameters

        • key: Key

        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