ursus
class ViewModel { fun whatever() { fooManager.someAction() .flatMap { somethingElse() } .subscribe {} } }