Why does Iterator have a contains method but Iterable does not, in Scala 2.8?

Posted by adam77 on Stack Overflow See other posts from Stack Overflow or by adam77
Published on 2010-05-27T23:37:51Z Indexed on 2010/05/27 23:41 UTC
Read the original article Hit count: 114

Filed under:
|
|

I would like to call contains on my Iterables :-)

© Stack Overflow or respective owner

Related posts about collections

Related posts about iterator