SelectorClass<S, K, T> constructor

SelectorClass<S, K, T>(
  1. Map<K, Selector<S, T>> _cache,
  2. Selector<S, Selector<S, T>> _selector
)

Implementation

SelectorClass(this._cache, this._selector);