Hi guys. When having this chain of operations: `c...
# rx
u
Hi guys. When having this chain of operations:
completableA.andThen(completableB)
if
completableA
throws an exception, then
completableB
won't be executed? Can't find any confirmation in the docs.