public interface ResultHandler<T>
| Modifier and Type | Method and Description |
|---|---|
void |
handle(T result)
A handler to process a particular task
|
void handle(@NotNull
T result)
result - the parameter passed from collectorCopyright © 2018. All rights reserved.