Join Slack
Powered by
ok got it. `lambda` trap. if i call `andThen(other...
# rx
d
damian
01/11/2018, 2:53 PM
ok got it.
lambda
trap. if i call
andThen(otherApi.create()
instead of
andThen { otherApi.create() }
it’s working.
Open in Slack
Previous
Next