RxKotlin 2 is a library that adds convenient extension functions to RxJava.
Suppose you want to insert a Completable in your Observable chain, such as for each emitted element, there is a …