Example #1
0
 protected override void OnExit(S s)
 {
     ExitFunc.Eval(s).OnSome(action => ExitAction?.Invoke(s, action));
 }