Skip to content

Commit 3aa338b

Browse files
committed
Remove reference Uni::then in Mutiny primer
This method was removed many releases back in favor of Uni::chain. Fixes #32635
1 parent 3a7bef7 commit 3aa338b

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)