| Package | Description |
|---|---|
| io.smallrye.mutiny.groups | |
| io.smallrye.mutiny.operators |
| Modifier and Type | Method and Description |
|---|---|
<O> Uni<O> |
UniAndGroup3.combinedWith(Functions.Function3<T1,T2,T3,O> combinator) |
Uni<T> |
UniOnTerminate.invokeUni(Functions.Function3<? super T,Throwable,Boolean,Uni<?>> mapper)
Attaches an action that is executed when the
Uni emits an item or a failure or when the subscriber
cancels the subscription. |
| Modifier and Type | Method and Description |
|---|---|
<O> Multi<O> |
MultiItemCombine3.using(Functions.Function3<T1,T2,T3,O> combinator)
Creates the resulting
Multi. |
| Constructor and Description |
|---|
UniOnTerminationInvokeUni(Uni<I> upstream,
Functions.Function3<? super I,Throwable,Boolean,Uni<?>> mapper) |
Copyright © 2019–2020 SmallRye. All rights reserved.