Tagged Questions
8
votes
6answers
473 views
scala coalesces multiple function call parameters into a Tuple — can this be disabled?
This is a troublesome violation of type safety in my project, so I'm looking for a way to disable it. It seems that if a function takes an AnyRef (or a java.lang.Object), you can call the function ...