Class NonAccumulativeStreamNotifications<T>

java.lang.Object
org.reactfx.util.NotificationAccumulatorBase<Consumer<? super T>,T,T>
org.reactfx.util.NonAccumulativeStreamNotifications<T>
All Implemented Interfaces:
AccumulationFacility<T,T>, AccumulationFacility.HomotypicAccumulation<T>, AccumulationFacility.IllegalAccumulation<T,T>, AccumulationFacility.NoAccumulation<T>, NotificationAccumulator<Consumer<? super T>,T,T>

final class NonAccumulativeStreamNotifications<T> extends NotificationAccumulatorBase<Consumer<? super T>,T,T> implements AccumulationFacility.NoAccumulation<T>