JAPI |
|
JavaPartialFunction<A,B> |
Helper for implementing a *pure* partial function: it will possibly be
invoked multiple times for a single “application”, because its only abstract
method is used for both isDefinedAt() and apply(); the former is mapped to
isCheck == true and the latter to isCheck == false for those cases where
this is important to know.
|
JavaPartialFunction$ |
This method must return a different instance upon every call.
|
Option<A> |
Returns a if this is some(a) or defaultValue if
this is none .
|
Option.Some<A> |
Class Some[A] represents existing values of type
A .
|
Option.Some$ |
|
Option$ |
Option factory that creates Some
|
Pair<A,B> |
Java API
Represents a pair (tuple) of two elements.
|
Pair$ |
|
Throwables |
Returns true if the provided Throwable is to be considered non-fatal,
or false if it is to be considered fatal
|
Throwables$ |
Returns true if the provided Throwable is to be considered non-fatal,
or false if it is to be considered fatal
|
Util |
Returns a ClassTag describing the provided Class.
|
Util$ |
Returns a ClassTag describing the provided Class.
|