static final class HttpStreamResult.MappedPublisher
extends Object
implements Flow.Publisher<Object>
One-shot mapping Flow.Publisher that delegates subscription to a source publisher and applies a transformer per signalled item.
| Constructor and description |
|---|
MappedPublisher(Publisher source, Closure mapper)Creates a publisher that maps each upstream item before emission. |
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.