I dont understand how can `create()` be a replacem...
# rx
p
I dont understand how can
create()
be a replacement for
fromEmitter()
when the latter took an instance of
Emitter
and the former takes
Action1
. Those are very different classes.