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.
|
writeValue
readValue
void setChangeNotification(Runnable notification)
notification
- Copyright © 2010–2015. All rights reserved.