davidmoten / rtree

Immutable in-memory R-tree and R*-tree implementations in Java with reactive api
Apache License 2.0
1.09k stars 211 forks source link

Rxjava2 version available? #93

Open SimonHaenle2 opened 5 years ago

SimonHaenle2 commented 5 years ago

Hey, wanted to use your library, but the dependency on Rxjava (1) is a super bummer. Any chances that there will be a release with Rxjava2 depdency?

Best regards, Simon

davidmoten commented 5 years ago

It's on my list of things to do. You can have both 1 and 2 on the classmate with interop if required.

davidmoten commented 5 years ago

See #95