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

Summary

Types

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

Functions

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