@François Rosière. I have one question. If I add nullSafeSet method in Type interface then all the classes like AnyType, BagType etc. which directly or indirectly implement Type interface will also require nullSafeSet implementation. Should I add a default implementation just like you mentioned in the Type interface ? |