IgnoreElements Operator Overview Do not emit any items from an Observable but mirror its termination notification. Example observable := rxgo.Just(1, 2, errors.New("foo"))(). IgnoreElements() Output: foo Options WithBufferedChannel WithContext WithObservationStrategy WithErrorStrategy WithPublishStrategy