Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



#collections #scala #tuples
Unlike an array or list, a tuple can hold objects with different types but they are also immutable.
If you want to change selection, open document below and click on "Move attachment"

Scala Tuples
loper's Best PracticesEffective Resume WritingComputer GlossaryWho is Who Scala Tuples Advertisements Previous Page Next Page Scala tuple combines a fixed number of items together so that they can be passed around as a whole. <span>Unlike an array or list, a tuple can hold objects with different types but they are also immutable. Here is an example of a tuple holding an integer, a string, and the console: val t = (1, "hello", Console) Which is syntactic sugar (short cut) for the following: val t = new


Summary

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.