Skip to content

Comments

Added explicit type arguments to some method calls to work around typ…#9

Merged
akarnokd merged 1 commit intoakarnokd:1.xfrom
nfekete:issue-7-type-inference-fix
Dec 18, 2016
Merged

Added explicit type arguments to some method calls to work around typ…#9
akarnokd merged 1 commit intoakarnokd:1.xfrom
nfekete:issue-7-type-inference-fix

Conversation

@nfekete
Copy link
Contributor

@nfekete nfekete commented Dec 18, 2016

…e inference limitations in Eclipse (and thus GWT) compiler

fixes #7

…e inference limitations in Eclipse (and thus GWT) compiler
@akarnokd akarnokd merged commit 871da55 into akarnokd:1.x Dec 18, 2016
@akarnokd
Copy link
Owner

Thanks. There was practically no feedback so far and I'm hesitant to release 1.0.0 final. Will you use IxJava in the near future extensively?

@nfekete
Copy link
Contributor Author

nfekete commented Dec 18, 2016

I very much intend to. I'm currently developing a quite complex app and RxJava+IxJava are both game-changers in terms of managing complexity. I'm using them mostly on the client side through GWT at the moment as that's where most of the current development happens, but I'm sure both will find their way into server side too. I was using Java 8 streams for the pull-based use-cases but I think Ix is richer in terms of what you can do with your datastreams so I happened to rewrite most of the code from the Stream API to Ix (I don't need any of the parallel stuff the Stream API provides).

I think Ix is a very good library and I believe the lack of feedback is because people don't even know about it. I tend to agree with the suggestion of @sirinath in #3 that better exposure would definitely help Ix.

@nfekete nfekete deleted the issue-7-type-inference-fix branch December 18, 2016 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Eclipse compiler (and thus GWT) is unable to resolve some inferred types in Ix source code

2 participants