| Package | Description |
|---|---|
| org.spf4j.base | |
| org.spf4j.concurrent | |
| org.spf4j.recyclable |
Experimental implementation.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Either.Left<A,B> |
static class |
Either.Right<A,B> |
| Modifier and Type | Method and Description |
|---|---|
static <A,B> Either<A,B> |
Either.left(A a) |
static <A,B> Either<A,B> |
Either.right(B b) |
| Modifier and Type | Method and Description |
|---|---|
Either<T,? extends ExecutionException> |
FutureBean.getResultStore() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
FutureBean.processResult(Either<T,? extends ExecutionException> result) |
| Modifier and Type | Method and Description |
|---|---|
Either<ObjectBorower.Action,T> |
ObjectBorower.tryRequestReturnObject()
Non Blocking method.
|
Copyright © 2014. All rights reserved.