Searched refs:Processor (Results 1 – 2 of 2) sorted by relevance
301 public static interface Processor<T,R> extends Subscriber<T>, Publisher<R> { interface in Flow
15948 …public static interface Flow.Processor<T, R> extends java.util.concurrent.Flow.Subscriber<T> java.…