All Downloads are FREE. Search and download functionalities are using the official Maven repository.

erlang-proper.statem.hrl.mustache Maven / Gradle / Ivy

%%==============================================================================
%% Setup
%%==============================================================================

setup() -> ok.

%%==============================================================================
%% Cleanup
%%==============================================================================

cleanup() -> ok.

%%==============================================================================
%% Initial State
%%==============================================================================

initial_state() -> #{}.

%%==============================================================================
%% State transitions callbacks
%%
%% operation_pre(State) -> true.
%% operation_next(State, Result, Args) -> State.
%% operation_post(State, Args, Result) -> true.
%%==============================================================================




© 2015 - 2025 Weber Informatics LLC | Privacy Policy