question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Any thoughts about how to introduce it in a better manner without dropping RxJava 1 support? Also object methods have to be reworked since they are emitting null if there is no requested object.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:45 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
nikitin-dacommented, Aug 20, 2017

@Rainer-Lang Right now it is only available via https://github.com/akarnokd/RxJava2Interop When we will finish build in rxjava2 support of cause we should add some readme about migration

2reactions
geralt-encorecommented, May 21, 2017

Yes! It would be really nice if you made sure that the foundation works correctly since you are the guy who originally wrote it and you know rx way better than me =) I can take care of all the more high-level stuff, tests and etc. And @nikitin-da of course if he is interested in it and has enough time =)

Read more comments on GitHub >

github_iconTop Results From Across the Web

RxJava – Reactive Extensions for the JVM - GitHub
RxJava is a Java VM implementation of Reactive Extensions: a library for composing asynchronous and event-based programs by using observable sequences. It ...
Read more >
Using RxJava 2 - Tutorial - Vogella.com
Supports backpressure, which allows to control how fast a source emits items. Observable<T>. Emits 0 or n items and terminates with an success ......
Read more >
Introduction to RxJava - Baeldung
There are two types: Non-Blocking – asynchronous execution is supported and is allowed to unsubscribe at any point in the event stream.
Read more >
Overview (RxJava Javadoc 2.2.21) - ReactiveX
Classes supporting the Flowable base reactive class: ConnectableFlowable and ... of multicasting events to multiple consumers as well as consuming another ...
Read more >
The missing RxJava 2 guide: Supercharge your Android ...
The real power of reactive programming comes from the huge arsenal of well-tested and powerful operators that can help you perform several common...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found