Stephen Kazmierczak

Results 3 comments of Stephen Kazmierczak

(Originally posted in Slack:) The biggest use-case for us is we have a TON of Java methods that return Single (the majority of our Java code is RxJava) that need...

> > Another use-case for us is we have a few Java methods that return `List`. These don’t seem to behave quite right in JavaScript without wrapping with `ProxyArray.fromList()`, and...

My teams could make great use of this feature. Similar to OP all of our Java methods return an asynchronous object - RxJava objects in our case (Single/Maybe/Completable). So for...