I have the next code in Java:
Observable.just("name_one", "name_two", "name_three") .collect(HashSet::new, HashSet::add)