ok got it. `lambda` trap. if i call `andThen(other...
# rx
d
ok got it.
lambda
trap. if i call
andThen(otherApi.create()
instead of
andThen { otherApi.create() }
it’s working.