コード例 #1
0
ファイル: Composing.cs プロジェクト: AndrewGaspar/TD.Net
 public IReducer <TReduction, TInput> Apply <TReduction>(IReducer <TReduction, TResult> next) =>
 Sync.Apply(next);
コード例 #2
0
ファイル: Composing.cs プロジェクト: AndrewGaspar/TD.Net
 public IReducer <TReduction, TInput> Apply <TReduction>(IReducer <TReduction, TResult> next) =>
 Left.Apply(Right.Apply(next));