I - the upstream value type / input typeO - the output value type / produced typepublic abstract class AbstractMultiOperator<I,O> extends AbstractMulti<O> implements Multi<O>
Multi.| Modifier and Type | Field and Description |
|---|---|
protected Multi<? extends I> |
upstream
The upstream
Multi. |
| Constructor and Description |
|---|
AbstractMultiOperator(Multi<? extends I> upstream)
Creates a new
AbstractMultiOperator with the passed Multi as upstream. |
| Modifier and Type | Method and Description |
|---|---|
Multi<? extends I> |
upstream() |
broadcast, cache, collectItems, convert, emitOn, groupItems, on, onCompletion, onFailure, onFailure, onFailure, onItem, onOverflow, onSubscribe, onTermination, runSubscriptionOn, subscribe, subscribe, subscribe, toUni, transformclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbroadcast, cache, collectItems, concatMap, convert, createBy, createFrom, emitOn, filter, flatMap, groupItems, invoke, invokeUni, map, on, onCompletion, onFailure, onFailure, onFailure, onItem, onOverflow, onSubscribe, onTermination, runSubscriptionOn, stage, subscribe, subscribeOn, then, toUni, transformpublic AbstractMultiOperator(Multi<? extends I> upstream)
AbstractMultiOperator with the passed Multi as upstream.upstream - the upstream, must not be nullCopyright © 2019–2020 SmallRye. All rights reserved.