Reactor.Argument.Build protocol (reactor v0.12.1)
View SourceA protocol which can be used to convert something into an argument.
Summary
Functions
Convert the input into one or more arguments.
Types
@type t() :: term()
All the types that implement this protocol.
Functions
@spec build(t()) :: {:ok, [Reactor.Argument.t()]} | {:error, any()}
Convert the input into one or more arguments.