Table of Contents

Interface IReducerFor<TModel>

Namespace
Cratis.Chronicle.Reducers
Assembly
Cratis.Chronicle.dll

Defines a reducer for a specific model.

public interface IReducerFor<TModel> : IReducer where TModel : class

Type Parameters

TModel

Type of model the reducer is for.