maybe.Nothing(xopt) → {Nothing}

new Nothing(xopt) → {Nothing}

Constructor and function for creating/fetching Nothing.

Parameters:
Name Type Attributes Description
x * <optional>

Ignored.

Returns:
Nothing

Methods

static of() → {Nothing}

Applicative pure - Same as new Nothing(), Nothing(), and nothing().

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