Is there any diffence between ``` Observable.jus...
# rx
j
Is there any diffence between
Copy code
Observable.just("test").flatMap({ Observable.just(false) })
Observable.just("test").flatMap{ Observable.just(false) }
?