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

Link to this section Summary

Link to this section Types

@type t() :: %Patch.Mock.Values.Scalar{value: term()}

Link to this section Functions

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