Motivation
To get rid of null check and strongly typed implementation
Summary
It is an variant of Special Object Pattern
When to Use
You want to abstract the handling of null away from the client
Overview Tutorials
Related Patterns
Related Technologies
None
References
None