Added in API level 30

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