Home IReducer<TState> Interface
Post
Cancel

IReducer<TState> Interface

Definition

Namespace: EntityDb.Abstractions.Reducers
Assembly: EntityDb.Abstractions

Represents a type that can reduce one state into another state.

1
public interface IReducer<TState>

Type Parameters

TState
The state to be reduced.

Methods

Reduce(TState) Returns a new TState that incorporates this object into input TState.
This post is licensed under CC BY 4.0 by the author.