IIUC, presently, Contraband generates the companion .apply method for all the data types. It may be useful to make it optional, and override it when needed. This is useful when you want to hide the actual constructor, and provide a smart constructor.