View Source Patch.Mock.Values.Cycle (patch v0.13.0)

Link to this section Summary

Link to this section Types

@type t() :: %Patch.Mock.Values.Cycle{values: [term()]}

Link to this section Functions

@spec new(values :: [term()]) :: t()
@spec next(t(), arguments :: [term()]) :: {:ok, t(), term()} | :error