public interface DerivedValueView extends View, GroupableView
Derived-Value views generally follow the following behavior:
They publish the output data when receiving insert or remove stream data from their parent view, directly and not time-driven.
They typically change event type compared to their parent view, since they derive new information or add information to events.
addView, getViews, hasViews, removeAllViews, removeView
getEventType, iterator
forEach, spliterator
getViewFactory