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

Summary

Types

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

Functions

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