| MultiBroadcast<T> |
Makes the upstream Multi be able to broadcast its events ( items, failure, and
completion) to multiple subscribers.
|
| MultiCollect<T> |
Collects / aggregates items from the upstream and send the resulting collection / structure when the
upstream completes.
|
| MultiConcat |
Creates new Multi by concatenating several Multi or Publisher.
|
| MultiConvert<T> |
Converts the upstream into another reactive type.
|
| MultiCreate |
Group methods allowing to create Multi instances from various sources.
|
| MultiCreateBy |
Allows the creation of instances of Multi by merging/combining/concatenating multiple upstreams.
|
| MultiFlatten<I,O> |
The object to tune the flatMap operation
|
| MultiGroup<T> |
|
| MultiGroupIntoLists<T> |
|
| MultiGroupIntoMultis<T> |
|
| MultiIfEmpty<T> |
|
| MultiIfNoItem<T> |
|
| MultiItemCombination |
|
| MultiItemCombine2<T1,T2> |
|
| MultiItemCombine3<T1,T2,T3> |
|
| MultiItemCombine4<T1,T2,T3,T4> |
|
| MultiItemCombine5<T1,T2,T3,T4,T5> |
|
| MultiItemCombine6<T1,T2,T3,T4,T5,T6> |
|
| MultiItemCombine7<T1,T2,T3,T4,T5,T6,T7> |
|
| MultiItemCombine8<T1,T2,T3,T4,T5,T6,T7,T8> |
|
| MultiItemCombine9<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
|
| MultiItemCombineIterable |
|
| MultiMerge |
Creates new Multi by merging several Multi or Publisher.
|
| MultiOnCancel<T> |
|
| MultiOnCompletion<T> |
|
| MultiOnFailure<T> |
Configures the failure handler.
|
| MultiOnItem<T> |
|
| MultiOnItemTimeout<T> |
|
| MultiOnRequest<T> |
|
| MultiOnSubscribe<T> |
Group to configure the action to execute when the observed Multi sends a Subscription.
|
| MultiOnTerminate<T> |
|
| MultiOverflow<T> |
|
| MultiOverflowStrategy<T> |
|
| MultiRepetition |
|
| MultiReplay |
Group to configure replaying a Multi to multiple subscribers.
|
| MultiResource<R,I> |
Allows configuring a finalizer to close the resource attached to the stream.
|
| MultiResourceUni<R,I> |
Allows configuring a finalizer to close the resource attached to the stream.
|
| MultiRetry<T> |
|
| MultiSelect<T> |
Selects items from the upstream Multi.
|
| MultiSkip<T> |
Skips items from the upstream Multi.
|
| MultiSubscribe<T> |
|
| MultiTimePeriod |
|
| UniAndGroup<T1> |
Combines several unis into a new Uni that will be fulfilled when all
unis have emitted an item event and then combines the different outcomes into a
Tuple, or using a combinator function.
|
| UniAndGroup2<T1,T2> |
Configures the combination of 2 unis.
|
| UniAndGroup3<T1,T2,T3> |
|
| UniAndGroup4<T1,T2,T3,T4> |
|
| UniAndGroup5<T1,T2,T3,T4,T5> |
|
| UniAndGroup6<T1,T2,T3,T4,T5,T6> |
|
| UniAndGroup7<T1,T2,T3,T4,T5,T6,T7> |
|
| UniAndGroup8<T1,T2,T3,T4,T5,T6,T7,T8> |
|
| UniAndGroup9<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
|
| UniAndGroupIterable<T1> |
|
| UniAny |
|
| UniAwait<T> |
Waits and returns the item emitted by the Uni.
|
| UniAwaitOptional<T> |
Likes UniAwait but wrapping the item event into an Optional.
|
| UniCombine |
|
| UniConvert<T> |
|
| UniCreate |
Group methods allowing to create Uni instances from various sources.
|
| UniIfNoItem<T> |
|
| UniJoin |
|
| UniJoin.JoinAllStrategy<T> |
|
| UniJoin.JoinFirstStrategy<T> |
|
| UniMemoize<T> |
|
| UniOnCancel<T> |
|
| UniOnFailure<T> |
Configures the failure handler.
|
| UniOnItem<T> |
|
| UniOnItemDelay<T> |
Configures the delay applied to the item emission.
|
| UniOnItemIgnore<T> |
|
| UniOnItemOrFailure<T> |
|
| UniOnNotNull<T> |
|
| UniOnNull<T> |
|
| UniOnSubscribe<T> |
|
| UniOnTerminate<T> |
|
| UniOnTimeout<T> |
|
| UniOr<T> |
|
| UniRepeat<T> |
Repeatedly subscribes to a given Uni to generate a Multi.
|
| UniRetry<T> |
|
| UniSubscribe<T> |
Allow subscribing to a Uni to be notified of the different events coming from upstream.
|
| UniZip |
Combines several Uni into a new Uni that will fire an item event when all Uni are
resolved successfully aggregating their results (emitted item) into a Tuple, or using a combinator function.
|