View Source Algae.Maybe.Just (Algae v1.3.2-doma)

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

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

Link to this section Functions

@spec new() :: t()

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

@spec new(any()) :: t()

Helper for initializing struct with a specific value