Hacker News new | ask | show | jobs
by agumonkey 961 days ago
> SELECTMANY

is that a form of flatmap ?

1 comments

That's exactly it, SelectMany is what in .NET corresponds to flatMap in e.g. Java. (And, unlike the parent, I don't like the narrow scope of .NET naming very much, focusing on just the list monad (a.k.a. IEnumerable).)