public interface ResultCollector
| Modifier and Type | Method and Description |
|---|---|
<T> Future<T> |
collect(T result,
@NotNull ResultHandler<T> handler)
Collect provides the ability to handle results in a systematic manner.
|
<T> Future<T> collect(@NotNull T result, @NotNull @NotNull ResultHandler<T> handler)
T - return type of the handlerresult - a parameter to be passed to handlerhandler - the handler to parse the resultCopyright © 2018. All rights reserved.