Algae v1.2.3 Algae.Maybe.Just 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
Link to this type
t()
View Source
t()
View Source
t() :: %Algae.Maybe.Just{just: any()}
t() :: %Algae.Maybe.Just{just: any()}
Link to this section Functions
Link to this function
new()
View Source
new()
View Source
new() :: t()
new() :: t()
Default Elixir.Algae.Maybe.Just struct. Value defaults to nil.
Link to this function
new(value) View Source
Helper for initializing struct with a specific value