Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Option is a takeoff of the Null Object pattern.

Option(null).map(str => str + "!").foreach(str => println(str)) is a noop.



Yeah, the Null Object Pattern is just optionals except you have to re-implement it each you need optional semantics.


No. They're opposites.

"...an object which implements the expected interface, but whose method body is empty. "

https://en.wikipedia.org/wiki/Null_Object_pattern




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: