watchAdditions abstract method

Stream<T> watchAdditions()

Subclasses must implement this to return a stream of objects as they are added to the collection.

Implementation

Stream<T> watchAdditions();