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