package org.reactivestreams;

/* JADX INFO: loaded from: classes2.dex */
public interface Processor<T, R> extends Subscriber<T>, Publisher<R> {
}
