Interface NotificationAccumulator<O,V,A>

Type Parameters:
O - observer type
V - type of produced values
A - type of accumulated value
All Known Implementing Classes:
AbstractReducingStreamNotifications, AccumulativeStreamNotifications, ListNotifications, NonAccumulativeStreamNotifications, NotificationAccumulatorBase, QueuingStreamNotifications, ReducingStreamNotifications, RetailOldestValNotifications, RetainLatestStreamNotifications

public interface NotificationAccumulator<O,V,A>