Skip to content
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

Java2Swift: Consider translating java.util.Optional into Swift.Optional #92

Open
DougGregor opened this issue Oct 18, 2024 · 1 comment
Labels

Comments

@DougGregor
Copy link
Member

java.util.Optional is very similar in spirit to Swift optionals. We should determine whether there is a good way to automatically translate java.util.Optional<T> to T? in Swift, correctly.

@ktoso
Copy link
Collaborator

ktoso commented Oct 30, 2024

Note to contributors: watch out for OptionalInt, OptionalLong, OptionalDouble on the java side

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants