In the chapter Core Concepts of the book:
The third core concept is an operator - an object that acts both like a subscriber and a publisher. Operators are classes that adopt both the Subscriber protocol and Publisher protocol. They support subscribing to a publisher, and sending results to any subscribers.
In fact Operators don't adopt Subscriber protocol, only Publisher protocol