Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save akhilvijayan05/f004484ca95c68a41f322818f3f0666a to your computer and use it in GitHub Desktop.
Save akhilvijayan05/f004484ca95c68a41f322818f3f0666a to your computer and use it in GitHub Desktop.
import cats.syntax.option._
val optionValue: Option[Int] = 35.some
val noneValue: Option[Int] = none[Int]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment