Class AbstractReducingStreamNotifications<T>
java.lang.Object
org.reactfx.util.NotificationAccumulatorBase<Consumer<? super T>, T, T>
org.reactfx.util.AbstractReducingStreamNotifications<T>
- All Implemented Interfaces:
AccumulationFacility<T,T>, AccumulationFacility.HomotypicAccumulation<T>, NotificationAccumulator<Consumer<? super T>, T, T>
- Direct Known Subclasses:
ReducingStreamNotifications, RetailOldestValNotifications, RetainLatestStreamNotifications
abstract class AbstractReducingStreamNotifications<T>
extends NotificationAccumulatorBase<Consumer<? super T>, T, T>
implements AccumulationFacility.HomotypicAccumulation<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface AccumulationFacility
AccumulationFacility.HomotypicAccumulation<T>, AccumulationFacility.IllegalAccumulation<T,A>, AccumulationFacility.ListChangeAccumulation<E>, AccumulationFacility.NoAccumulation<T>, AccumulationFacility.Queuing<T>, AccumulationFacility.RetainLatest<T>, AccumulationFacility.RetainOldest<T> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class NotificationAccumulatorBase
addAll, clear, getAccumulationFacility, isEmpty, takeOneMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AccumulationFacility
reduceMethods inherited from interface AccumulationFacility.HomotypicAccumulation
initialAccumulator