Join us for ⁠#Android11: The Beta Launch Show on June 3!
Added in API level R

Processor

interface Processor<T : Any!, R : Any!> : Flow.Subscriber<T>, Flow.Publisher<R>
java.util.concurrent.Flow.Processor

A component that acts as both a Subscriber and Publisher.

Summary

Inherited functions