This commit is contained in:
Cyril Gabathuler
2021-03-05 14:15:01 +01:00
committed by Oleg Zhurakousky
parent 0b297fcb37
commit a68b7b8624

View File

@@ -537,7 +537,7 @@ For example:
[source,java]
----
public Function<Flux<?>, Mono<Void>>`consumer() {
public Function<Flux<?>, Mono<Void>>consumer() {
return flux -> flux.map(..).filter(..).then();
}
----