See: Description
| Interface | Description |
|---|---|
| Try.Transformer<S,T> |
A transformer for values of type
S to type T. |
| Class | Description |
|---|---|
| Try<V> |
A container object which may either contain a nullable value in case of
success or an exception in case of failure.
|
| Try.Failure<V> | |
| Try.Success<V> |