| 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$ |
|
| Option<A> |
This class represents optional values.
|
| Option.Some<A> |
Class Some[A] represents existing values of type
A.
|
| Option.Some$ |
|
| Option$ |
|
| Pair<A,B> |
Java API
Represents a pair (tuple) of two elements.
|
| Pair$ |
|
| Throwables |
Helper class for determining whether a Throwable is fatal or not.
|
| Throwables$ |
Helper class for determining whether a Throwable is fatal or not.
|
| Util |
This class hold common utilities for Java
|
| Util$ |
This class hold common utilities for Java
|