| Interface | Description |
|---|---|
| CollectionLike<T> |
scala.collection.* or scala.Option
|
| F0<R> |
Function0 alias |
| F1<T1,R> |
Function1 alias |
| F2<T1,T2,R> |
Function2 alias |
| F3<T1,T2,T3,R> |
Function3 alias |
| F4<T1,T2,T3,T4,R> |
Function4 alias |
| F5<T1,T2,T3,T4,T5,R> |
Function5 alias |
| FlatMapF1<T1,U> |
Function1 alias for Seq#flatMap(F1) |
| FoldLeftF2<T1,T2> |
Function2 alias for Seq.foldLeft(Object, Function2) |
| FoldRightF2<T1,T2> |
Function2 alias for Seq.foldRight(Object, Function2) |
| Function0<R> |
A function of 0 parameter.
|
| Function1<T1,R> |
A function of 1 parameter.
|
| Function2<T1,T2,R> |
A function of 2 parameters.
|
| Function3<T1,T2,T3,R> |
A function of 3 parameters.
|
| Function4<T1,T2,T3,T4,R> |
A function of 4 parameters.
|
| Function5<T1,T2,T3,T4,T5,R> |
A function of 5 parameters.
|
| Guard<M> |
Guard function
|
| PredicateF1<T1> |
Function1 alias for predicate functions |
| VoidF0 |
VoidFunction0 alias |
| VoidF1<T1> |
VoidFunction1 alias |
| VoidF2<T1,T2> |
VoidFunction2 alias |
| VoidF3<T1,T2,T3> |
VoidFunction3 alias |
| VoidF4<T1,T2,T3,T4> |
VoidFunction4 alias |
| VoidF5<T1,T2,T3,T4,T5> |
VoidFunction5 alias |
| VoidFunction0 |
A function of 0 parameter (return type void).
|
| VoidFunction1<T1> |
A function of 1 parameter (return type void).
|
| VoidFunction2<T1,T2> |
A function of 2 parameters (return type void).
|
| VoidFunction3<T1,T2,T3> |
A function of 3 parameters (return type void).
|
| VoidFunction4<T1,T2,T3,T4> |
A function of 4 parameters (return type void).
|
| VoidFunction5<T1,T2,T3,T4,T5> |
A function of 5 parameters (return type void).
|
| Class | Description |
|---|---|
| BufferedSource |
This object provides convenience methods to create an iterable representation
of a source file.
|
| CaseClause<M,R> |
CaseClause
|
| CaseClause.CaseClauseBuilder<M> |
CaseClause builder
|
| ClassCastExtractor<M> |
Class Cast Extractor for Pattern
|
| ConcurrentOps |
scala.concurrent.ops
|
| Either<L,R> |
scala.Either (not exactly)
|
| ExceptionControl |
scala.util.control.Exception
|
| ExceptionControl.Catch<R> |
scala.util.control.Exception.Catch
|
| ExceptionControl.CatchBuilder | |
| ExceptionControl.HandlingByBuilder | |
| Extractor<M> |
Extractor for Pattern
|
| For |
for-comprehension factory
|
| ForComprehension1<T> |
for-comprehension
|
| ForComprehension2<T1,T2> |
for-comprehension
|
| ForComprehension3<T1,T2,T3> |
for-comprehension
|
| ForComprehension4<T1,T2,T3,T4> |
for-comprehension
|
| ForComprehension5<T1,T2,T3,T4,T5> |
for-comprehension
|
| ForkJoinParSeq<T> |
ParSeq implementation |
| Generator<T> |
Generator (for-comprehension)
|
| IndexedSeq<T> |
Seq implementation |
| Left<L,R> |
The left side of the disjoint union, as opposed to the Right side.
|
| Nil<T> |
Seq implementation |
| None<T> |
scala.None
This case object represents non-existent values.
|
| Option<T> |
scala.Option
|
| Pair<T1,T2> |
Tuple2 alias |
| ParSeq<T> |
A template trait for parallel sequences.
|
| PartialF<R> |
PartialFunction alias |
| PartialFunction<R> |
A partial function of type PartialFunction[A, B] is a unary function where
the domain does not necessarily include all values of type A.
|
| Predef |
* The Predef object provides definitions that are accessible in all Scala *
compilation units without explicit qualification.
|
| Process |
scala.sys.process.Process
|
| RichFunction0<R> |
A function of 0 parameter.
|
| RichFunction1<T1,R> |
A function of 1 parameter.
|
| RichFunction2<T1,T2,R> |
A function of 2 parameters.
|
| RichFunction3<T1,T2,T3,R> |
A function of 3 parameters.
|
| RichFunction4<T1,T2,T3,T4,R> |
A function of 4 parameters.
|
| RichFunction5<T1,T2,T3,T4,T5,R> |
A function of 5 parameters.
|
| RichVoidFunction2<T1,T2> |
A function of 2 parameters (return type void).
|
| RichVoidFunction3<T1,T2,T3> |
A function of 3 parameters (return type void).
|
| RichVoidFunction4<T1,T2,T3,T4> |
A function of 4 parameters (return type void).
|
| RichVoidFunction5<T1,T2,T3,T4,T5> |
A function of 5 parameters (return type void).
|
| Right<L,R> |
The right side of the disjoint union, as opposed to the `Left` side.
|
| Seq<T> |
scala.collection.Seq
|
| SInt |
scala.runtime.RichInt
|
| SLong |
scala.runtime.RichLong
|
| SMap<K,V> |
scala.collection.Map
|
| SNum |
Number (BigDecimal wrapper)
|
| Some<T> |
scala.Some
Class Some[A] represents existing values of type A.
|
| Source<T> |
This object provides convenience methods to create an iterable representation
of a source file.
|
| Str |
Provides scala.runtime.StringLike
|
| StringLike |
scala.collection.immutable.StringLike
|
| Tpl |
Factory for Tpl[n]
|
| Tpl2<T1,T2> |
Tuple2 alias |
| Tpl3<T1,T2,T3> |
Tuple3 alias |
| Tpl4<T1,T2,T3,T4> |
Tuple4 alias |
| Tpl5<T1,T2,T3,T4,T5> |
Tuple5 alias |
| Triple<T1,T2,T3> |
Tuple3 alias |
| Tuple |
Factory for Tuple[n]
|
| Tuple2<T1,T2> |
A tuple of 2 elements; the canonical representation of a Product2.
|
| Tuple3<T1,T2,T3> |
A tuple of 3 elements; the canonical representation of a Product3.
|
| Tuple4<T1,T2,T3,T4> |
A tuple of 4 elements; the canonical representation of a Product4.
|
| Tuple5<T1,T2,T3,T4,T5> |
A tuple of 5 elements; the canonical representation of a Product5.
|
| Exception | Description |
|---|---|
| MatchError |
This class implements errors which are thrown whenever an object doesn't
match any pattern of a pattern matching expression.
|
| ScalaFlavor4JException |
Wrapped RuntimeException
|
Copyright © 2015. All rights reserved.