scala
package
scala
Type Members
-
type
::[A] = scala.collection.immutable.::[A]
-
-
type
AnyRef = AnyRef
-
-
-
-
type
BufferedIterator[+A] = scala.collection.BufferedIterator[A]
-
-
type
Either[+A, +B] = scala.util.Either[A, B]
-
-
-
-
-
-
-
-
-
-
-
-
type
Left[+A, +B] = scala.util.Left[A, B]
-
type
List[+A] = scala.collection.immutable.List[A]
-
-
-
-
-
-
-
-
type
PartiallyOrdered[T] = scala.math.PartiallyOrdered[T]
-
type
Range = scala.collection.immutable.Range
-
type
Right[+A, +B] = scala.util.Right[A, B]
-
-
-
type
Stream[+A] = scala.collection.immutable.Stream[A]
-
-
-
-
-
-
-
type
Vector[+A] = scala.collection.immutable.Vector[A]
Value Members
-
val
#::: scala.collection.immutable.Stream.#::.type
-
-
-
-
-
val
BigDecimal: scala.math.BigDecimal.type
-
val
BigInt: scala.math.BigInt.type
-
-
val
Equiv: scala.math.Equiv.type
-
val
Fractional: scala.math.Fractional.type
-
val
IndexedSeq: scala.collection.IndexedSeq.type
-
val
Integral: scala.math.Integral.type
-
val
Iterable: scala.collection.Iterable.type
-
val
Iterator: scala.collection.Iterator.type
-
-
-
-
val
Numeric: scala.math.Numeric.type
-
val
Ordered: scala.math.Ordered.type
-
val
Ordering: scala.math.Ordering.type
-
-
-
val
Seq: scala.collection.Seq.type
-
-
val
StringBuilder: scala.collection.mutable.StringBuilder.type
-
val
Traversable: scala.collection.Traversable.type
-
-