GroupJoin in Rx is not like GroupJoin in Enumerable.
It's aligned to finding streams of coincidences, hence selectors for a window of coincidence.
That's why the selector parameters are not projections, but rather take in observables which control the overlap of the windows.
GroupJoin
in Rx is not likeGroupJoin
in Enumerable. It's aligned to finding streams of coincidences, hence selectors for a window of coincidence. That's why the selector parameters are not projections, but rather take in observables which control the overlap of the windows.Should resolve #121.