How do I disambiguate in Scala between methods with vararg and without

Sorry, I now realize this is a known interoperability problem with Java. See this question and the ticket. The only work around I know of is to create a small Java class just to disambiguate these calls.

Leave a Comment