简体   繁体   中英

How to iterate over items from a Flux?

I need to iterate over a Flux and get object from the previous and the posterior position of a certain index. Is this possible? How can I implement this?

尝试类似:

yourFlux.collectList().flatMap(x -> {    //here you can, for example, x.get(0); });

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM