com.avsystem.commons.misc
Like Option but avoids boxing. No value is represented internally using null. Therefore, there is no equivalent for Some(null).
Option
null
Some(null)
Author: ghik Created: 07/01/16.
Like
Optionbut avoids boxing. No value is represented internally usingnull. Therefore, there is no equivalent forSome(null).Author: ghik Created: 07/01/16.