Scala Library
|
|
scala/package.scala
]
object
package
extends
AnyRefType Summary | |
type
|
:: |
type
|
BufferedIterator |
type
|
Collection |
type
|
Iterable |
type
|
Iterator |
type
|
List |
type
|
RandomAccessSeq |
type
|
Seq |
type
|
Stream |
type
|
StringBuilder |
Value Summary | |
val
|
:: : :: |
val
|
Collection : Iterable |
val
|
Iterable : Iterable |
val
|
Iterator : Iterator |
val
|
List : List |
val
|
Nil : Nil |
val
|
RandomAccessSeq : Vector |
val
|
Seq : Sequence |
val
|
Stream : Stream |
val
|
StringBuilder : StringBuilder |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Type Details |
type
Iterable
type
Collection
type
Seq
type
RandomAccessSeq
type
Iterator
type
BufferedIterator
type
List
type
::
type
Stream
type
StringBuilder
Value Details |
val
Iterable : Iterable
val
Collection : Iterable
val
Seq : Sequence
val
RandomAccessSeq : Vector
val
Iterator : Iterator
val
List : List
val
Nil : Nil
val
:: : ::
val
Stream : Stream
val
StringBuilder : StringBuilder
Scala Library
|
|