public void OnNext(U element) { if (parent.OtherNext()) { produced++; } }
public void OnNext(U t) { parent.OtherNext(); }