Publishers.Contains
A publisher that emits a Boolean value when it receives a specific element from its upstream publisher.
Declaration
struct Contains<Upstream> where Upstream : Publisher, Upstream.Output : EquatableA publisher that emits a Boolean value when it receives a specific element from its upstream publisher.
struct Contains<Upstream> where Upstream : Publisher, Upstream.Output : Equatable