Writing a scala class with several processing types with the ability for subclasses to pass along more specific type
I have inhereted some scala code that extracts data from many different file types. There is a base extractor trait like so:
I have inhereted some scala code that extracts data from many different file types. There is a base extractor trait like so: