Closed
Description
It seems that Processor
would be a lot more useful if it supported chaining. This could be done by adding the following to Publisher
:
interface Publisher<T> {
<R> process(Processor<? super T, ? extends R> processor);
}
It would be boilerplate for implementors to support, but I don't think that's a problem.
Metadata
Metadata
Assignees
Labels
No labels