How do I get an instance of Class in Scala? In Java, I can do this:
Class<String> stringClass = String.class;
What would be the equivalent in Scala?
|
How do I get an instance of
What would be the equivalent in Scala? |
||||
|
|
|
There is a method
You can use the |
|||||||
|