Results 78 comments of Luka Jacobowitz

That's a very interesting proposal, thanks! I like it in theory, but I don't think it works for all type classes out there. For example, consider something like `Parallel`: ```scala...

I haven't touched it in a long time and probably won't too soon. I have something similar in `cats-bi-io`, which I've worked on more recently, but also not in a...

Which of the two subscribe signatures do you think is more important? The apply function if the Observable class has the `onNext` as it's apply function if that helps.

Yeah, unfortunately the original RxScala api suffers from the same problems. We could create extra functions instead of overloads, but I don't want to strain to far from the original...

Some precedence: https://hackage.haskell.org/package/void-0.6.1/docs/Data-Void.html

Just for posterity: https://github.com/typelevel/cats/issues/1723

I believe these were not included because it is very inefficient for NonEmptyList compared to something like NonEmptyVector. Though you could argue to include it anyway and give a warning...