View Source Maybe.Some (ExUnion v0.1.2)

Link to this section Summary

Link to this section Types

@type t() :: %Maybe.Some{value: any()}

Link to this section Functions

@spec new(fields :: %{value: any()}) :: t()
@spec new(fields :: [{:value, any()}]) :: t()
@spec new(value :: any()) :: t()