| Package | Description |
|---|---|
| com.io7m.jfunctional |
Core functions and types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Failure<F,S>
A computation that has failed.
|
class |
Success<F,S>
A computation that has succeeded.
|
| Modifier and Type | Method and Description |
|---|---|
static <F,S> TryType<F,S> |
Try.failure(F x)
Fail trivially, yielding
x. |
static <F,S> TryType<F,S> |
Try.success(S x)
Succeed trivially, yielding
x. |
Copyright © 2017 <code@io7m.com> http://io7m.com