Showing posts with label option[T]. Show all posts
Showing posts with label option[T]. Show all posts

Wednesday, 17 June 2009

Option[T]

Option[T] can be either a Some[T] or None

use this for things that can flatmap!