Giter Club home page Giter Club logo

Comments (11)

sdeleuze avatar sdeleuze commented on May 18, 2024

Mono#after already exists, isn't it?
I am ok for most of them, except for repeat() I am not sure for this one. What are the most common use cases for it?

from reactor-core.

smaldini avatar smaldini commented on May 18, 2024

Mono#after exists but doesn't react only on complete (it does react on error too). Both behavior being acceptable, this is a valid user request (not mine). We need an alias with a boolean to precise if errors are also triggering the Supplier.

from reactor-core.

sdeleuze avatar sdeleuze commented on May 18, 2024

Ok I see the need, but I don't realy like the API proposed. What about adding just Mono<Void> afterComplete()?

from reactor-core.

smaldini avatar smaldini commented on May 18, 2024

afterComplete() works too , updating

from reactor-core.

sdeleuze avatar sdeleuze commented on May 18, 2024

👍

from reactor-core.

rstoyanchev avatar rstoyanchev commented on May 18, 2024

I'm sure all of these come from actual cases encountered but I'm not in favor of voting in bulk. At the risk of extra formality could we follow a more regular routine where a ticket is created (preferably by whoever has the case) to request an operator? This allows a more focused discussion and hopefully better decisions. It also leaves a trail for anyone to see or comment on. If we agree I'd be happy to make the case for justOrEmpty and cache.

from reactor-core.

smaldini avatar smaldini commented on May 18, 2024

Sure @rstoyanchev I actually just tried to keep them somewhere and didn't take the time to do separate issues.

from reactor-core.

rstoyanchev avatar rstoyanchev commented on May 18, 2024

Okay so I've created #25 and #26. Let's close this one and have separate tickets drive the request for additional ones. They all look useful, and have some thoughts on a few, but since we are trying to keep a distinction between Core and Stream, it would be better if we discussed them in context individually.

from reactor-core.

smaldini avatar smaldini commented on May 18, 2024

Ok @nebhale if you can re-refer to afterComplete, single and repeatWhen in three separate issues to keep track of it 👍

from reactor-core.

smaldini avatar smaldini commented on May 18, 2024

@sdeleuze if you can track take , filter and anything else you had in mind in separate issues too.

from reactor-core.

smaldini avatar smaldini commented on May 18, 2024

Extra note, implementing mono operators only actually save the operator cost most of the time, double implementing to Flux forces to migrate operator as in Stream to Core (StreamFilter, StreamXXX -> FluxFilter ... ). That's what we do for Mono#where , a simple filter implementation using then instead of a MonoFilter concrete operator. The general rule is that flatMap / then are pretty much efficient at implementing anything except it makes users pay for its machinery overhead.

from reactor-core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.