View Source Reactor.Argument.Build protocol (reactor v0.10.1)

A protocol which can be used to convert something into an argument.

Summary

Types

t()

All the types that implement this protocol.

Functions

Convert the input into an argument.

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 an argument.