You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to implement a crossJoin taking a lambda which takes the current type as parameter and returns the new stream to join with like this?
This case is highly simplified. In reality we are talking about both methods having 20+ lines of Jinq code. While I could copy the code and create a third method (which I will do if you say that this is not possible), it would be code duplication which I would like to avoid.
Is possible / feasible to implement
crossJoin
in a way that allows passing parameters while cross-joining?Given these methods:
Would it be possible to implement a
crossJoin
taking a lambda which takes the current type as parameter and returns the new stream to join with like this?The text was updated successfully, but these errors were encountered: