I know that something is List [_] based on the manifest I passed to the method, but I need to know which list item. Is this information stored in a manifest somewhere and can you solve it? If not, any suggestions on how to work around the problem?
(Basically, I have Map [Manifest [_], Blah], where Blah handles cases based on the class type. List processing [X] is compound based on X, but I need to find out that X is what I can extract its Blah value from the map.)
Thanks!
source share