Package | Description |
---|---|
com.linkedin.parseq |
Core ParSeq classes.
|
com.linkedin.parseq.internal | |
com.linkedin.parseq.promise |
Promises are like
Future s, but they provide
a listener mechanism to wait for completion asynchronously. |
Class and Description |
---|
DelegatingPromise
An abstract class that makes it easy to delegate
Promise method
invocations to a delegate promise. |
Promise
A Promise, like a
Future , represents the result
of an asynchronous computation. |
PromiseException
A general exception indicating that there was a
Promise related
error. |
PromiseListener
A listener that can be registered with a promise.
|
PromisePropagator |
PromiseUnresolvedException
This exception is thrown when attempting to get a value from a promise
that has not yet finished.
|
SettablePromise
A
Promise that can have its value set. |
Class and Description |
---|
DelegatingPromise
An abstract class that makes it easy to delegate
Promise method
invocations to a delegate promise. |
Promise
A Promise, like a
Future , represents the result
of an asynchronous computation. |
PromiseListener
A listener that can be registered with a promise.
|
Class and Description |
---|
Promise
A Promise, like a
Future , represents the result
of an asynchronous computation. |
PromiseException
A general exception indicating that there was a
Promise related
error. |
PromiseListener
A listener that can be registered with a promise.
|
PromisePropagator |
PromiseResolvedException
This exception is thrown when attempting to set a value or error on a promise
that is already resolved (i.e.
|
PromiseTransformer |
PromiseUnresolvedException
This exception is thrown when attempting to get a value from a promise
that has not yet finished.
|
Settable |
SettablePromise
A
Promise that can have its value set. |
Copyright © 2018. All rights reserved.