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

Link to this section Summary

Link to this section Types

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

Link to this section Functions

@spec advance(sequence :: t()) :: t()
@spec new(values :: [term()]) :: t()
Link to this function

next(sequence, arguments)

View Source
@spec next(sequence :: t(), arguments :: [term()]) :: {:ok, t(), term()} | :error