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 . |