com.avsystem.commons.misc
Like Option but avoids boxing and treats null as no value. Therefore, there is no equivalent for Some(null).
Option
null
Some(null)
Author: ghik Created: 07/01/16.
Like
Optionbut avoids boxing and treatsnullas no value. Therefore, there is no equivalent forSome(null).Author: ghik Created: 07/01/16.