core/com.tealium.prism.core.api.pubsub/Observable/forEach forEach open fun forEach(block: (T) -> Unit): Observable<T>Returns an observable that will call the given block with each source emission, before passing the original emission downstream.