Back
Close

Introduction to Scala Part3: Option & Pattern Matching

Bubu
4,012 views

Create your own Option type

  • Some extends Option
  • None is an object that extends Option

Goal of this exercice: create your own MyOption, MySome and MyNone. For the sake of simplicity, MyOption, MySome and MyNone will have simpler implementations

MySome
MyNone
Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.
Go to tech.io