Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect generic argument of join's resultSelector #24

Closed
M0ns1gn0r opened this issue Jan 27, 2017 · 1 comment
Closed

Incorrect generic argument of join's resultSelector #24

M0ns1gn0r opened this issue Jan 27, 2017 · 1 comment

Comments

@M0ns1gn0r
Copy link
Collaborator

In all join and groupJoin definitions the resultSelector is defined as resultSelector: (outer: T, inner: TKey) => TResult.

Whereas the correct generic argument of inner is TInner.

@mihaifm
Copy link
Owner

mihaifm commented Feb 3, 2017

thanks

@mihaifm mihaifm closed this as completed Feb 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants