akka.japi.Option
Class Some[A] represents existing values of type A.
Some[A]
A
Returns a if this is some(a) or defaultValue if this is none.
a
some(a)
defaultValue
none
(Since version ) see corresponding Javadoc for more information.
Class
Some[A]
represents existing values of typeA
.