watchAdditions abstract method
Subclasses must implement this to return a stream of objects as they are added to the collection.
Implementation
Stream<T> watchAdditions();
Subclasses must implement this to return a stream of objects as they are added to the collection.
Stream<T> watchAdditions();