new Nothing(xopt) → {Nothing}
Constructor and function for creating/fetching Nothing.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
x |
* |
<optional> |
Ignored. |
Returns:
NothingMethods
-
static of() → {Nothing}
-
Applicative
pure- Same asnew Nothing(),Nothing(), andnothing().Returns:
Nothing -
ap() → {Nothing}
-
Returns
Nothing.Returns:
Nothing -
flatMap() → {Nothing}
-
Returns
Nothing.Returns:
Nothing -
join() → {Nothing}
-
Returns
Nothing.Returns:
Nothing -
map() → {Nothing}
-
Returns
Nothing.Returns:
Nothing -
valueOf() → {Nothing}
-
Returns
Nothing.Returns:
Nothing