Skip to content

Instantly share code, notes, and snippets.

@deanwampler
Last active February 26, 2021 20:18
Show Gist options
  • Save deanwampler/7205aa985d9b439530c76783c69bad9d to your computer and use it in GitHub Desktop.
Save deanwampler/7205aa985d9b439530c76783c69bad9d to your computer and use it in GitHub Desktop.
import scala.util.* // Instead of _
import scala.concurrent.{given, *} // Everything in concurrent, including givens
import java.util.Queue as JQueue // "as" replaces => and no braces needed for one import
import java.util.{HashMap as _, *} // Need {} for a list. Still use _ to hide HashMap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment