observe

fun observe(response: Response)(source)

Attach response as a source. The aggregate will echo every subsequent observation on response onto itself.


fun observe(response: ResponseCIfc)(source)

Read-only-view variant of observe. Narrows to Response at runtime; if response is not the concrete type, this is a no-op.