Algae.Maybe.Just (Algae v1.3.1) View Source

Link to this section Summary

Functions

Default Elixir.Algae.Maybe.Just struct. Value defaults to nil.

Helper for initializing struct with a specific value

Link to this section Types

Specs

t() :: %Algae.Maybe.Just{just: any()}

Link to this section Functions

Specs

new() :: t()

Default Elixir.Algae.Maybe.Just struct. Value defaults to nil.

Specs

new(any()) :: t()

Helper for initializing struct with a specific value