Class NotificationAccumulatorBase<O,V,A>

java.lang.Object
org.reactfx.util.NotificationAccumulatorBase<O,V,A>
All Implemented Interfaces:
AccumulationFacility<V,A>, NotificationAccumulator<O,V,A>
Direct Known Subclasses:
AbstractReducingStreamNotifications, AccumulativeStreamNotifications, ListNotifications, NonAccumulativeStreamNotifications, QueuingStreamNotifications

abstract class NotificationAccumulatorBase<O,V,A> extends Object implements NotificationAccumulator<O,V,A>, AccumulationFacility<V,A>