I'm using JavaConverters to go from a Java SortedSet to a Vector. val lines = function.getInstructions.asScala.toVector My getInstructions …
java scala implicit-conversion value-classI've constructed a simple matrix in Excel with some character values and some numeric values (Screenshot of data as set …
r transpose value-class