Package akka.util
Class OptionVal.Some$
- java.lang.Object
-
- akka.util.OptionVal.Some$
-
-
Field Summary
Fields Modifier and Type Field Description static OptionVal.Some$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Some$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A> OptionVal<A>
apply(A x)
<A> OptionVal<A>
unapply(OptionVal<A> x)
-
-
-
Field Detail
-
MODULE$
public static final OptionVal.Some$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-