Join us for ⁠#Android11: The Beta Launch Show on June 3!

Flow.Processor

public static interface Flow.Processor
implements Subscriber<T>, Publisher<R>

java.util.concurrent.Flow.Processor<T, R>


A component that acts as both a Subscriber and Publisher.

Summary

Inherited methods