Interface NotificationAccumulator<O,V,A>

Type Parameters:
O - observer type
V - type of produced values
A - type of accumulated value

public interface NotificationAccumulator<O,V,A>