public interface DerivedValueView extends View
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.
getParent, setParent, update
getChild, getEventType, iterator, setChild
forEach, spliterator
Copyright © 2005–2018. All rights reserved.