Overload constructor for Scala's Case Classes?

Posted by Felix on Stack Overflow See other posts from Stack Overflow or by Felix
Published on 2010-03-08T11:04:04Z Indexed on 2010/03/08 11:06 UTC
Read the original article Hit count: 201

In Scala 2.8 is there a way to overload constructors of a case class?

If yes, please put a snippet to explain, if not, please explain why?

© Stack Overflow or respective owner

Related posts about scala-2.8

Related posts about scala