-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use java.lang.Optional on JVM #51
Comments
We already have |
Yes. It was that Maybe that had me shivering and raising this :) |
So the |
I see that Optional + Kotlin is a huge talking point in general. Should Mixite even bother? Or perhaps simply supply a JVM-only HexagonalGridDecorator which converts Certainly all the "internal" uses of |
I'm not sure I follow. The problem in general is that we have to maintain API compatibility with Java, so that's why we have |
Looks impressive. Arrow appears to be a full-FP attempt (every language has one!) however modular they present it as. Do you feel that introducing the arrowverse is a little heavy for a small lib (like when hexameter enforced rxjava). I'm not massively troubled but IMO |
What alternative do we have to |
Use
expect
/actual
to allow Java 8 to provide the proper Optional implementation.The text was updated successfully, but these errors were encountered: