I - the type written in the collectorO - the type read from the collectorpublic interface Collector<I,O> extends WriteFunction<I>, ReadFunction<O>
| Modifier and Type | Method and Description | 
|---|---|
void | 
setChangeNotification(Runnable notification)
Task to run to notify of the presence of a new value in the collector. 
 | 
writeValuereadValuevoid setChangeNotification(Runnable notification)
notification - callback for the notificationCopyright © 2015. All rights reserved.