We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scala.control
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
Then migrate some classes in scala.util.control to scala.control and unleash the potential modulation of scala.util.
scala.util.control
scala.util
The text was updated successfully, but these errors were encountered:
Like scala.util.control.NonFatal then wil be scala.control.NonFatal
scala.util.control.NonFatal
scala.control.NonFatal
Sorry, something went wrong.
scala.Try
scala.util.Try
scala
I could imagine preferring scala.runtime to scala.util. I wouldn't pollute the scala namespace with control, however.
scala.runtime
control
@som-snytt I believe scala.runtime is only for the runtime implementation generated by the compiler - it is not considered a stable, public API.
@NthPortal I was thinking of NonLocalReturnControl, but now I see it's already in runtime.
NonLocalReturnControl
runtime
"Out of scope for Scala 2."
No branches or pull requests
Then migrate some classes in
scala.util.control
toscala.control
and unleash the potential modulation ofscala.util
.The text was updated successfully, but these errors were encountered: