Modifier and Type | Field and Description |
---|---|
static OptionVal.Some$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Some$() |
Modifier and Type | Method and Description |
---|---|
<A> OptionVal<A> |
apply(A x) |
<A> OptionVal<A> |
unapply(OptionVal<A> x) |
public static final OptionVal.Some$ MODULE$