Interface TFlow.Processor<T,​R>

All Superinterfaces:
TFlow.Publisher<R>, TFlow.Subscriber<T>
Enclosing class:
TFlow

public static interface TFlow.Processor<T,​R> extends TFlow.Subscriber<T>, TFlow.Publisher<R>