| Either |
|
| Either.LeftProjection |
Deprecated.
|
| Either.RightProjection |
Deprecated.
|
| GwtIncompatible |
|
| Option |
A replacement for Optional.
|
| Option.None |
None is a singleton representation of the undefined Option.
|
| Try |
A control structure that allows writing safe code without explicitly managing try-catch blocks for exceptions.
|
| Try.WithResources1 |
A Try-with-resources builder that operates on one AutoCloseable resource.
|
| Try.WithResources2 |
A Try-with-resources builder that operates on two AutoCloseable resources.
|
| Try.WithResources3 |
A Try-with-resources builder that operates on three AutoCloseable resources.
|
| Try.WithResources4 |
A Try-with-resources builder that operates on four AutoCloseable resources.
|
| Try.WithResources5 |
A Try-with-resources builder that operates on five AutoCloseable resources.
|
| Try.WithResources6 |
A Try-with-resources builder that operates on six AutoCloseable resources.
|
| Try.WithResources7 |
A Try-with-resources builder that operates on seven AutoCloseable resources.
|
| Try.WithResources8 |
A Try-with-resources builder that operates on eight AutoCloseable resources.
|
| Validation |
An implementation similar to Scalaz's
Validation control.
|
| Validation.Builder |
A builder that holds two Validation instances, used for combining validations
and applying functions that take two arguments.
|
| Validation.Builder3 |
A builder that holds three Validation instances, used for combining validations
and applying functions that take three arguments.
|
| Validation.Builder4 |
A builder that holds four Validation instances, used for combining validations
and applying functions that take four arguments.
|
| Validation.Builder5 |
A builder that holds five Validation instances, used for combining validations
and applying functions that take five arguments.
|
| Validation.Builder6 |
A builder that holds six Validation instances, used for combining validations
and applying functions that take six arguments.
|
| Validation.Builder7 |
A builder that holds seven Validation instances, used for combining validations
and applying functions that take seven arguments.
|
| Validation.Builder8 |
A builder that holds eight Validation instances, used for combining validations
and applying functions that take eight arguments.
|