| Package | Description |
|---|---|
| io.smallrye.mutiny | |
| io.smallrye.mutiny.groups | |
| io.smallrye.mutiny.operators |
| Modifier and Type | Method and Description |
|---|---|
UniOnItem<T> |
Uni.onItem()
Configures the action to execute when the observed
Uni emits the item (potentially null). |
| Modifier and Type | Method and Description |
|---|---|
UniOnItem<T> |
UniOnEvent.item()
Configures the action to execute when the observed
Uni emits the item (potentially null). |
| Constructor and Description |
|---|
UniOnItemIgnore(UniOnItem<T> onItem) |
| Modifier and Type | Method and Description |
|---|---|
UniOnItem<T> |
AbstractUni.onItem() |
Copyright © 2019–2020 SmallRye. All rights reserved.