| Constructor and Description |
|---|
DelayedCollectCoordinator(Caller caller,
Collection<? extends Callable<? extends Stage<? extends S>>> callables,
Consumer<S> consumer,
Supplier<T> supplier,
Completable<? super T> future,
int parallelism) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelled()
Handle to be called when the underlying stage is cancelled.
|
void |
completed(S result)
Handle to be called when the underlying stage is completed.
|
void |
failed(Throwable cause)
Handle to be called when the underlying stage is failed.
|
void |
run() |
public void failed(Throwable cause)
Handlepublic void completed(S result)
Handlepublic void cancelled()
HandleCopyright © 2017. All rights reserved.