-
Notifications
You must be signed in to change notification settings - Fork 72
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
Option.empty like Scala #27
Comments
No, there isn't. What is your use case? You could access |
Thank you for reply. My use case is,
If I use But if I can use |
Ok, I think we could include that in a future release. Not sure about naming. Additionally, you could rise a PR, if you want. |
Fix on 1.2 |
Hi there.
Is there a method which returns
Option.None
like Scala.I tried to find the method but I couldn't.
The text was updated successfully, but these errors were encountered: