private void RunLambda(out bool isRowAccepted) { _input.FillValues(_src); // REVIEW: what if this throws? Maybe swallow the exception? isRowAccepted = _parent._filterFunc(_src, _dst, _state); }