I want to cast a list of T into a list of R. The class T implements the interface R, but the cast is not allowed. What is the proper way to cast a list ?
impo