View Source Wrapped.Function (ExUnion v0.1.2)
Link to this section Summary
Link to this section Types
@type t() :: %Wrapped.Function{ value: (Wrapped.union_keyword() -> Wrapped.union_map()) }
Link to this section Functions
@spec new(fields :: %{value: (Wrapped.union_keyword() -> Wrapped.union_map())}) :: t()
@spec new(fields :: [{:value, (Wrapped.union_keyword() -> Wrapped.union_map())}]) :: t()
@spec new(value :: (Wrapped.union_keyword() -> Wrapped.union_map())) :: t()