示例#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));