|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Options, SoftExceptions
and null handling utilities.
See:
Description
| Class Summary | |
|---|---|
| CollectionBuilder<A,B extends Collection<A>> | a Builder for Collections. |
| Compare | Class methods that implement comparisons for Comparables, like
between(max, min) and in(collection) |
| MapBuilder<K,V,M extends Map<K,V>> | A Builder for Maps. |
| None<T> | An undefined Option, that it, and option that does not have a value |
| Nulls | Class methods to operate with nulls |
| Option<A> |
Option represent optional values, that can either be instances of
Some or None. |
| Some<T> | A defined Option, that is, an option that holds a value. |
| Exception Summary | |
|---|---|
| SoftException | A SoftException is a RuntimeException that wraps another with
only solely purpose of making it unchecked. |
This package contains Options, SoftExceptions
and null handling utilities.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||