Пример #1
0
 public IReducer <TReduction, TInput> Apply <TReduction>(IReducer <TReduction, TResult> next) =>
 Sync.Apply(next);
Пример #2
0
 public IReducer <TReduction, TInput> Apply <TReduction>(IReducer <TReduction, TResult> next) =>
 Left.Apply(Right.Apply(next));