Tagged Questions

3
votes
1answer
180 views

Unimporting in Scala

I heard recently some advice to "unimport an implicit conversion from Predef" - I presume that this means it is possible to unimport unwanted classes too: import java.awt._ unimpo …