- 型パラメータ:
T- サブスクライブされたアイテム型R- 公開アイテム型
- すべてのスーパー・インタフェース:
Flow.Publisher<R>,Flow.Subscriber<T>
- 含まれているクラス:
- Flow
public static interface Flow.Processor<T,R> extends Flow.Subscriber<T>, Flow.Publisher<R>
サブスクライバとパブリッシャの両方として機能するコンポーネント。
T - サブスクライブされたアイテム型R - 公開アイテム型Flow.Publisher<R>, Flow.Subscriber<T>public static interface Flow.Processor<T,R> extends Flow.Subscriber<T>, Flow.Publisher<R>