ursus
class ViewModel { init { fooManager.observable .flatMap { somethingElse() } .subscribe {} } fun click() { fooManager.someAction() } }