public class OptionVal$
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static OptionVal$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
OptionVal$() |
| Modifier and Type | Method and Description |
|---|---|
<A> OptionVal<A> |
apply(A x) |
OptionVal<scala.runtime.Null$> |
None()
Represents non-existent values,
null values. |
public static final OptionVal$ MODULE$