Rxjava: Stream to Observable

Created on 11 Apr 2018  路  2Comments  路  Source: ReactiveX/RxJava

Do you have a method which can convert stream to Observable ?

Question

Most helpful comment

Yes, in the JDK 8 interop library: https://github.com/akarnokd/RxJava2Jdk8Interop#stream-to-rxjava

All 2 comments

Yes, in the JDK 8 interop library: https://github.com/akarnokd/RxJava2Jdk8Interop#stream-to-rxjava

Was this page helpful?
0 / 5 - 0 ratings