| Package | Description |
|---|---|
| org.smallibs.concurrent.promise | |
| org.smallibs.concurrent.promise.impl | |
| org.smallibs.data |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Promise<T>
A promise is a component denoting an asynchronous computation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PromisesSet |
class |
RunnablePromise<T> |
class |
SolvablePromise<T> |
class |
SolvedPromise<T> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Maybe<T> |
interface |
Try<T> |
| Modifier and Type | Class and Description |
|---|---|
static class |
Maybe.None<T>
None implementation
|
static class |
Maybe.Some<T>
Some implementation
|
static class |
Try.Failure<T>
Failure implementation
|
static class |
Try.Success<T>
Success implementation
|
Copyright © 2020. All rights reserved.