It doesn't look you can use `.scan()` to compare t...
# rx
z
It doesn't look you can use
.scan()
to compare the previous emitted
<T>
with the newly emitted
<T>
and map that to
<R>
. That
Func2
needs to return type
<T>