Method collect on Scala 2.7

Posted by Brian Heylin on Stack Overflow See other posts from Stack Overflow or by Brian Heylin
Published on 2009-12-16T09:38:18Z Indexed on 2010/03/24 2:13 UTC
Read the original article Hit count: 381

Filed under:
|

I'm looking for a collect method in scala 2.7 but I can't seem to find an applicable call. Is there something equivalent to collect that I can use in scala?

To be clear I'm looking to filter elements from a list and map those filtered to a new type.

© Stack Overflow or respective owner

Related posts about scala

Related posts about list