Exemplo n.º 1
0
 public void OnNextElement(Maybe <LambdaExecution <TContext> > func)
 => _onNextElement = _onNextElement.Combine(func);
Exemplo n.º 2
0
 public void OnFinish(Maybe <LambdaFinish <TContext> > func)
 => _onFinish = _onFinish.Combine(func);
Exemplo n.º 3
0
 public void OnExecute(Maybe <LambdaExecution <TContext> > func)
 => _onExecute = _onExecute.Combine(func);