First Operator Overview Emit only the first item emitted by an Observable. Example observable := rxgo.Just(1, 2, 3)().First() Output: true Options WithBufferedChannel WithContext WithObservationStrategy WithPublishStrategy