| Constructor and description |
|---|
MappingSubscriber(Flow.Subscriber<? super Object> downstream, Closure mapper) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
onComplete() |
|
void |
onError(Throwable t) |
|
void |
onNext(Object item) |
|
void |
onSubscribe(Flow.Subscription s) |
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.