darkmoon_uk
class RxPerson { val firstName : Subject<String> = BehaviourSubject.create() val lastName : Subject<String> = BehaviourSubject.create() }