- bindTo<S>(func): (<N>(name) => (<T>(t) => Get1<S, Record<N, T>>))
Returns (<N>(name) => (<T>(t) => Get1<S, Record<N, T>>))
The bound object in S
.
- <N>(name): (<T>(t) => Get1<S, Record<N, T>>)
Returns (<T>(t) => Get1<S, Record<N, T>>)
- <T>(t): Get1<S, Record<N, T>>
Returns Get1<S, Record<N, T>>
Binds the item in
S
to a new object with the provided key.