Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

guide to move from filter to withFilter? [closed]

Tags:

scala

Is there a detailed guide to move from filter() to withFilter()? Now I get warnings about my using filter() implementations but can't find an easy guide for moving to withFilter()...

like image 881
Razie Avatar asked Nov 15 '10 20:11

Razie


1 Answers

You can relive the birth of withFilter on the mailing list.

And check out the diff that brought it to Scalacheck.

like image 181
retronym Avatar answered Nov 15 '22 10:11

retronym