Scala Library
|
|
scala/package.scala
]
object
package
extends
AnyRefType Summary | |
type
|
:: |
type
|
AbstractMethodError |
type
|
ArrayIndexOutOfBoundsException |
type
|
BigDecimal |
type
|
BigInt |
type
|
BufferedIterator |
type
|
Character |
type
|
ClassCastException |
type
|
Collection |
type
|
Equiv |
type
|
Error |
type
|
Exception |
type
|
Fractional |
type
|
IllegalArgumentException |
type
|
IndexOutOfBoundsException |
type
|
IndexedSeq |
type
|
Integer |
type
|
Integral |
type
|
Iterable |
type
|
Iterator |
type
|
List |
type
|
NoSuchElementException |
type
|
NullPointerException |
type
|
NumberFormatException |
type
|
Numeric |
type
|
Ordered |
type
|
Ordering |
type
|
PartialOrdering |
type
|
PartiallyOrdered |
type
|
RandomAccessSeq |
type
|
Range |
type
|
RuntimeException |
type
|
Seq |
type
|
Sequence |
type
|
Stream |
type
|
StringBuilder |
type
|
StringIndexOutOfBoundsException |
type
|
Throwable |
type
|
Traversable |
type
|
UnsupportedOperationException |
type
|
Vector |
Value Summary | |
val
|
#:: : #:: |
val
|
:: : :: |
val
|
BigDecimal : BigDecimal |
val
|
BigInt : BigInt |
val
|
Collection : Iterable |
val
|
IndexedSeq : IndexedSeq |
val
|
Iterable : Iterable |
val
|
Iterator : Iterator |
val
|
List : List |
val
|
Nil : Nil |
val
|
Numeric : Numeric |
val
|
Ordered : Ordered |
val
|
Ordering : Ordering |
val
|
RandomAccessSeq : IndexedSeq |
val
|
Range : Range |
val
|
Seq : Seq |
val
|
Sequence : Seq |
val
|
Stream : Stream |
val
|
StringBuilder : StringBuilder |
val
|
Traversable : Traversable |
val
|
Vector : Vector |
Method Summary | |
def
|
currentThread : java.lang.Thread |
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
Throwable
type
Exception
type
Error
type
RuntimeException
type
NullPointerException
type
ClassCastException
type
IndexOutOfBoundsException
type
ArrayIndexOutOfBoundsException
type
StringIndexOutOfBoundsException
type
UnsupportedOperationException
type
IllegalArgumentException
type
NoSuchElementException
type
NumberFormatException
type
AbstractMethodError
type
Traversable
type
Iterable
type
Seq
type
IndexedSeq
type
Iterator
type
BufferedIterator
type
List
type
::
type
Stream
type
Vector
type
StringBuilder
type
Range
type
BigDecimal
type
BigInt
type
Equiv
type
Fractional
type
Integral
type
Numeric
type
Ordered
type
Ordering
type
PartialOrdering
type
PartiallyOrdered
type
Integer
type
Character
type
Collection
type
Sequence
type
RandomAccessSeq
Value Details |
val
Traversable : Traversable
val
Iterable : Iterable
val
Seq : Seq
val
IndexedSeq : IndexedSeq
val
Iterator : Iterator
val
List : List
val
Nil : Nil
val
:: : ::
val
Stream : Stream
val
#:: : #::
val
Vector : Vector
val
StringBuilder : StringBuilder
val
Range : Range
val
BigDecimal : BigDecimal
val
BigInt : BigInt
val
Numeric : Numeric
val
Ordered : Ordered
val
Ordering : Ordering
val
Collection : Iterable
val
Sequence : Seq
val
RandomAccessSeq : IndexedSeq
Method Details |
Scala Library
|
|