Skip to content

Commit 302b412

Browse files
jpongeholly-cummins
authored andcommitted
Remove reference Uni::then in Mutiny primer
This method was removed many releases back in favor of Uni::chain. Fixes quarkusio#32635
1 parent e507830 commit 302b412

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/src/main/asciidoc/mutiny-primer.adoc

-3
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,6 @@ Fortunately, Mutiny provides a set of shortcut to make your code more concise:
299299
|`uni.chain(x -> uni2)`
300300
|`uni.onItem().transformToUni(x -> uni2)`
301301

302-
|`uni.then(() -> uni2)`
303-
|`uni.onItem().transformToUni(ignored -> uni2)`
304-
305302
|`uni.invoke(x -> System.out.println(x))`
306303
|`uni.onItem().invoke(x -> System.out.println(x))`
307304

0 commit comments

Comments
 (0)