OK, there are no other answers yet, so I will try:
Language features:
Standard library items:
- Package
scala.dbc - Many things in
scala.swing - Several methods, such as
sort , projection , first , elements , ... in the collection library - Methods like
append , counted , findIndexOf , readInto in Iterator - Methods
Array.fromFunction and new Array[Array[....]] . - Class
scala.CountedIterator - Class
scala.Cell scala.Math package- Methods
Tuple , Integer , Character , Sequence , RandomAccessSequence and several types of annotations in the scala package object - @serializable
- Just a few methods in JavaConversions / JavaConverters
- Just a few helper methods in the
object List - case object
scala.concurrent.TIMEOUT , class scala.concurrent.MailBox , object scala.concurrent.pilib - package object
scala.runtime - A few other small things
source share